Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/cbitstech/xsi-android
Browse files Browse the repository at this point in the history
  • Loading branch information
audaciouscode committed Feb 22, 2017
2 parents a27588d + 2b388c7 commit 02dad48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -7,7 +7,7 @@ before_install:
- unzip gradle-2.14.1-bin.zip
- export GRADLE_HOME=$PWD/gradle-2.14.1
- 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.0
- ( 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
- mv anthracite-clients-android ..

Expand All @@ -20,7 +20,7 @@ android:
- tools

# The BuildTools version used by your project
# - build-tools-24
# - build-tools-25

# The SDK version used to compile your project
- android-25
Expand Down

0 comments on commit 02dad48

Please sign in to comment.