Skip to content

Commit

Permalink
sorry for spamming, this should finally fix Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
smarek committed Dec 24, 2013
1 parent cd1855f commit 71cb695
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ before_install:
- export TERM=dumb
# newer version of gradle
- wget http://services.gradle.org/distributions/gradle-1.9-bin.zip
- unzip -qq gradle-1.8-bin.zip
- export GRADLE_HOME=$PWD/gradle-1.8
- unzip -qq gradle-1.9-bin.zip
- export GRADLE_HOME=$PWD/gradle-1.9
- export PATH=$GRADLE_HOME/bin:$PATH
# just to test gradle version, against our provided one
- gradle -v
Expand Down

0 comments on commit 71cb695

Please sign in to comment.