Skip to content

Commit 00e39a1

Browse files
committed
fix travis.yml
1 parent aaedbe2 commit 00e39a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ matrix:
3333
- emulator -avd $EMULATOR_NAME-$EMULATOR_API_LEVEL -no-skin -no-audio -no-window &
3434
- android-wait-for-emulator
3535
- npm install --prefix ./test-app/tools
36-
- "./gradlew runSbgTests --stacktrace" && "./gradlew runtestsAndVerifyResults -PnoCCache --stacktrace"
36+
- "./gradlew runSbgTests --stacktrace && ./gradlew runtestsAndVerifyResults -PnoCCache --stacktrace"
3737
- adb -e logcat -d
3838
before_install:
3939
- echo "y" | sdkmanager "cmake;3.6.4111459"

0 commit comments

Comments
 (0)