Skip to content

Commit

Permalink
build: travis download gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
David Bernard committed May 13, 2016
1 parent 279f493 commit ca49477
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
sudo: false
language: java
env:
- GRADLE_USER_HOME=gradle-cache
- GRADLE_USER_HOME=gradle-cache
cache:
directories:
- gradle-cache
- netbeans
- gradle-cache
- netbeans
jdk:
- oraclejdk8
before_install:
- wget http://services.gradle.org/distributions/gradle-2.13-bin.zip
- unzip gradle-2.13-bin.zip
- export GRADLE_HOME=$PWD/gradle-2.13
- export PATH=$GRADLE_HOME/bin:$PATH

0 comments on commit ca49477

Please sign in to comment.