Skip to content

Commit

Permalink
Switch Travis to using Gradle buildCI target
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Jan 9, 2017
1 parent 2b2b091 commit e800aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,7 @@ install: true
script:
- sudo apt-get update && sudo apt-get install oracle-java8-installer graphviz
- java -version
- ./gradlew jenkinsBuild
- ./gradlew buildCI

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
Expand Down

0 comments on commit e800aca

Please sign in to comment.