Skip to content

Commit

Permalink
Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain-Guillot committed Feb 26, 2019
1 parent c0b0ae3 commit 1c41c42
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,19 @@ env:
# install timeout in minutes (2 minutes by default)
- ADB_INSTALL_TIMEOUT=8


# before_install:
# - cd $HOME
# - wget https://dl.google.com/android/repository/sdk-tools-linux-3859397.zip -O $HOME/android-sdk.tgz
# - mkdir android
# - unzip android-sdk.tgz -d android/sdk
# - export PATH=$PATH:$HOME/android/sdk/tools:$HOME/android/sdk/tools/bin
# - cd build/


before_install:
- chmod +x gradlew

script:
- ./gradlew clean assembleDebug assembleRelease testDebug
#- ./gradlew clean assembleDebug assembleRelease testDebug
- ./gradlew build --stacktrace

0 comments on commit 1c41c42

Please sign in to comment.