Skip to content

Commit

Permalink
More fiddling with Travis CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
ysb33r committed May 5, 2015
1 parent ad96dcb commit a63cde7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: groovy

install:
- ./gradlew clean assemble -PbintrayUserName= -PbintrayApiKey --info --gradle-user-home=$(pwd)/../gradleHome
- ./gradlew clean -PbintrayUserName= -PbintrayApiKey --info --gradle-user-home=$(pwd)/../gradleHome

script:
- ./gradlew build gradleTest -PbintrayUserName= -PbintrayApiKey --info --gradle-user-home=$(pwd)/../gradleHome
Expand Down

0 comments on commit a63cde7

Please sign in to comment.