You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by mm...@apache.org on 2020/03/27 08:15:58 UTC

[syncope] branch SYNCOPE-163-1 updated: use trusty dist for travis ci

This is an automated email from the ASF dual-hosted git repository.

mmoayyed pushed a commit to branch SYNCOPE-163-1
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/SYNCOPE-163-1 by this push:
     new 7fa6c46  use trusty dist for travis ci
7fa6c46 is described below

commit 7fa6c460bc77ef0d5b786950c865ef4854917c98
Author: Misagh Moayyed <mm...@gmail.com>
AuthorDate: Fri Mar 27 12:45:44 2020 +0430

    use trusty dist for travis ci
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index e6f297b..ee80293 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,6 +14,8 @@
 # limitations under the License.
 
 language: java
+os: linux
+dist: trusty
 jdk:
   - openjdk11
 cache: