We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd1855f commit 71cb695Copy full SHA for 71cb695
.travis.yml
@@ -17,8 +17,8 @@ before_install:
17
- export TERM=dumb
18
# newer version of gradle
19
- wget http://services.gradle.org/distributions/gradle-1.9-bin.zip
20
- - unzip -qq gradle-1.8-bin.zip
21
- - export GRADLE_HOME=$PWD/gradle-1.8
+ - unzip -qq gradle-1.9-bin.zip
+ - export GRADLE_HOME=$PWD/gradle-1.9
22
- export PATH=$GRADLE_HOME/bin:$PATH
23
# just to test gradle version, against our provided one
24
- gradle -v
0 commit comments