Skip to content

Commit

Permalink
Updated Gradle in Travis CI build config
Browse files Browse the repository at this point in the history
  • Loading branch information
smarek committed Dec 24, 2013
1 parent 1292fef commit 95258be
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
Expand Up @@ -16,7 +16,7 @@ before_install:
# for gradle output style
- export TERM=dumb
# newer version of gradle
- wget http://services.gradle.org/distributions/gradle-1.8-bin.zip
- 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
- export PATH=$GRADLE_HOME/bin:$PATH
Expand Down

0 comments on commit 95258be

Please sign in to comment.