Skip to content

Commit 71cb695

Browse files
committed
sorry for spamming, this should finally fix Travis
1 parent cd1855f commit 71cb695

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ before_install:
1717
- export TERM=dumb
1818
# newer version of gradle
1919
- 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
20+
- unzip -qq gradle-1.9-bin.zip
21+
- export GRADLE_HOME=$PWD/gradle-1.9
2222
- export PATH=$GRADLE_HOME/bin:$PATH
2323
# just to test gradle version, against our provided one
2424
- gradle -v

0 commit comments

Comments
 (0)