Thanks to visit codestin.com Credit goes to github.com
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.
2 parents f241735 + 6165ccb commit 0dc179eCopy full SHA for 0dc179e
.travis.yml
@@ -13,7 +13,7 @@ android:
13
- android-L
14
15
- sys-img-x86-android-16
16
- - sys-img-armeabi-v7a-android-l
+ - sys-img-armeabi-v7a-android-16
17
18
script:
19
- ./runTests.sh || exit 1
runTests.sh
@@ -30,5 +30,5 @@ function run_test() {
30
# x86 android-16
31
run_test x86 android-16
32
33
-# armeabi-v7a android-L
34
-run_test armeabi-v7a android-L
+# armeabi-v7a android-16
+run_test armeabi-v7a android-16
0 commit comments