Skip to content

Commit

Permalink
Fix the build (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
imurchie committed Jul 13, 2018
1 parent 9fa4215 commit 0e0a9a8
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 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 @@ -23,8 +29,12 @@ android:
jdk:
- oraclejdk8
env:
- _FORCE_LOGS=1 TEST=unit
- _FORCE_LOGS=1 TEST=functional
global:
- CC=gcc-4.9 CXX=g++-4.9
- _FORCE_LOGS=1
matrix:
- TEST=unit
- TEST=functional
install:
- java -version
# need to also set up Node environment
Expand Down

0 comments on commit 0e0a9a8

Please sign in to comment.