Skip to content

Commit

Permalink
Merge branch 'hotfix/fix-tests'
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshsondhi88 committed Sep 19, 2014
2 parents f241735 + 6165ccb commit 0dc179e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android:
- android-L

- sys-img-x86-android-16
- sys-img-armeabi-v7a-android-l
- sys-img-armeabi-v7a-android-16

script:
- ./runTests.sh || exit 1
4 changes: 2 additions & 2 deletions runTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ function run_test() {
# x86 android-16
run_test x86 android-16

# armeabi-v7a android-L
run_test armeabi-v7a android-L
# armeabi-v7a android-16
run_test armeabi-v7a android-16

0 comments on commit 0dc179e

Please sign in to comment.