Skip to content

Commit 778144c

Browse files
author
plamen5kov
committed
remove travis_wait
1 parent 7e23d49 commit 778144c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ script:
3737
- echo no | android create avd --force -n Arm21 -t android-21 -b armeabi-v7a -c 12M
3838
- emulator -avd Arm21 -no-skin -no-audio -no-window &
3939
- android-wait-for-emulator
40-
- "travis_wait 30 cd test-app && ./gradlew runtest --stacktrace"
40+
- "cd test-app && ./gradlew runtest --stacktrace"
4141
- "cd .."
4242
before_deploy:
4343
- FULL_PACKAGE_VERSION=`sed -n 's/\s*"version":\s*"\([a-zA-Z0-9.\-]\+\)"/\1/p' dist/package.json`

0 commit comments

Comments
 (0)