Skip to content

Commit

Permalink
Travis: Test against SQ LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolkensteyn committed Aug 11, 2015
1 parent 331563f commit 865ad36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,7 @@ script: ./travis.sh
env:
- TESTS=CI
- TESTS=IT-DEV
- TESTS=IT-LATEST
- TESTS=IT-LTS

matrix:
fast_finish: true
Expand Down
4 changes: 2 additions & 2 deletions travis.sh
Expand Up @@ -25,13 +25,13 @@ IT-DEV)
mvn -DerlangVersion="DEV" -Dsonar.runtimeVersion="DEV" -Dmaven.test.redirectTestOutputToFile=false install
;;

IT-LATEST)
IT-LTS)
installTravisTools

mvn install -Dsource.skip=true -Denforcer.skip=true -Danimal.sniffer.skip=true -Dmaven.test.skip=true

cd its/plugin
mvn -DerlangVersion="DEV" -Dsonar.runtimeVersion="LATEST_RELEASE" -Dmaven.test.redirectTestOutputToFile=false install
mvn -DerlangVersion="DEV" -Dsonar.runtimeVersion="LTS_OR_OLDEST_COMPATIBLE" -Dmaven.test.redirectTestOutputToFile=false install
;;

esac

0 comments on commit 865ad36

Please sign in to comment.