Skip to content

Commit

Permalink
Adding travis_wait
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Jul 2, 2017
1 parent b8e5449 commit 64168a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android:
components:
- platform-tools
- tools
- build-tools-25.0.2
- build-tools-25.0.3
- android-22
- android-25
- sys-img-armeabi-v7a-android-22
Expand All @@ -21,4 +21,4 @@ before_script:
- android-wait-for-emulator
- adb shell input keyevent 82 &

script: ./gradlew clean connectedAndroidTest -PdisablePreDex --stacktrace
script: travis_wait 30 ./gradlew clean connectedAndroidTest -PdisablePreDex --stacktrace
2 changes: 1 addition & 1 deletion wisefy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {
}

compileSdkVersion 25
buildToolsVersion "25.0.2"
buildToolsVersion "25.0.3"

defaultConfig {
minSdkVersion 16
Expand Down

0 comments on commit 64168a5

Please sign in to comment.