Skip to content

Commit

Permalink
Fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
imurchie committed Jul 13, 2018
1 parent aba3905 commit 797b5a6
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 Down Expand Up @@ -27,6 +33,7 @@ env:
- ANDROID_EMU_ABI=armeabi-v7a
- ANDROID_AVD=test
- PLATFORM_VERSION=5.0.2
- CC=gcc-4.9 CXX=g++-4.9
matrix:
- TEST=unit START_EMU=0
- TEST=functional RECURSIVE=--recursive
Expand Down

0 comments on commit 797b5a6

Please sign in to comment.