Skip to content

Commit

Permalink
Merge d85ca5f into 503d727
Browse files Browse the repository at this point in the history
  • Loading branch information
imurchie committed Jul 13, 2018
2 parents 503d727 + d85ca5f commit 45020c8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
language: android
dist: precise
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.9
android:
components:
# use the latest revision of Android SDK Tools
Expand All @@ -25,6 +31,7 @@ env:
- ANDROID_EMU_NAME=test
- ANDROID_EMU_TARGET=android-21
- ANDROID_EMU_ABI=armeabi-v7a
- CC=gcc-4.9 CXX=g++-4.9
matrix:
- TEST=unit RECURSIVE=--recursive START_EMU=0
- TEST=functional
Expand Down

0 comments on commit 45020c8

Please sign in to comment.