We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaedbe2 commit 00e39a1Copy full SHA for 00e39a1
.travis.yml
@@ -33,7 +33,7 @@ matrix:
33
- emulator -avd $EMULATOR_NAME-$EMULATOR_API_LEVEL -no-skin -no-audio -no-window &
34
- android-wait-for-emulator
35
- npm install --prefix ./test-app/tools
36
- - "./gradlew runSbgTests --stacktrace" && "./gradlew runtestsAndVerifyResults -PnoCCache --stacktrace"
+ - "./gradlew runSbgTests --stacktrace && ./gradlew runtestsAndVerifyResults -PnoCCache --stacktrace"
37
- adb -e logcat -d
38
before_install:
39
- echo "y" | sdkmanager "cmake;3.6.4111459"
0 commit comments