You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2020/04/18 19:38:28 UTC

[groovy] 01/02: Tweak travis configuration file

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

sunlan pushed a commit to branch danielsun/indy-only
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 4320a7c15237585e0daf57bb15a77cb81f663c5d
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sun Apr 19 02:00:30 2020 +0800

    Tweak travis configuration file
---
 .travis.yml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index d246d74..427d4ba 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,19 +25,19 @@ install:
 
 matrix:
   include:
-    - env: BC='legacy'
+    - env: BC='indy'
       jdk: openjdk14
-    - env: BC='legacy'
+    - env: BC='indy'
       jdk: openjdk13
-    - env: BC='legacy'
+    - env: BC='indy'
       jdk: openjdk12
-    - env: BC='legacy'
+    - env: BC='indy'
       jdk: openjdk11
-    - env: BC='legacy'
+    - env: BC='indy'
       jdk: openjdk10
-    - env: BC='legacy'
+    - env: BC='indy'
       jdk: oraclejdk9
-    - env: BC='legacy'
+    - env: BC='indy'
       jdk: oraclejdk8
 
     - env: BC='sonar'
@@ -48,7 +48,7 @@ before_script:
 
 script:
   - ./gradlew -version
-  - if [ "$BC" == "legacy" ]; then travis_wait 60 ./gradlew test; elif [ "$BC" == "sonar" ]; then travis_wait 60 ./gradlew sonarqube -Dsonar.login=$SONAR_LOGIN -Pcoverage=true; fi
+  - if [ "$BC" == "indy" ]; then travis_wait 60 ./gradlew test; elif [ "$BC" == "sonar" ]; then travis_wait 60 ./gradlew sonarqube -Dsonar.login=$SONAR_LOGIN -Pcoverage=true; fi
 
 # As recommended in:
 # https://docs.travis-ci.com/user/languages/java/#Caching