Skip to content

Commit

Permalink
Updating build dependencies in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
audaciouscode committed May 7, 2017
1 parent 2e38d08 commit 1ce38c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -3,9 +3,9 @@ language: android
jdk: oraclejdk8

before_install:
- wget http://services.gradle.org/distributions/gradle-2.14.1-bin.zip
- unzip gradle-2.14.1-bin.zip
- export GRADLE_HOME=$PWD/gradle-2.14.1
- wget http://services.gradle.org/distributions/gradle-3.3-bin.zip
- unzip gradle-3.3-bin.zip
- export GRADLE_HOME=$PWD/gradle-3.3
- export PATH=$GRADLE_HOME/bin:$PATH
- ( sleep 5 && while [ 1 ]; do sleep 1; echo y; done ) | android update sdk -a --no-ui --filter tool,platform-tool,build-tools-25.0.2
- git clone https://github.com/cbitstech/anthracite-clients-android.git
Expand Down

0 comments on commit 1ce38c3

Please sign in to comment.