You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by po...@apache.org on 2019/04/22 19:15:21 UTC

[incubator-tamaya] branch master updated: TAMAYA-277: Add Trusty as CI environment

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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d38581  TAMAYA-277: Add Trusty as CI environment
0d38581 is described below

commit 0d38581d39537fd7a12d95639206805191a6c631
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Mon Apr 22 21:14:56 2019 +0200

    TAMAYA-277: Add Trusty as CI environment
    
    Maybe this helps to get the sonar integration up and running.
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 0b865de..e5ec8ef 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
 language: java
+dist: trusty
 jdk:
   - openjdk8
   - openjdk9