Skip to content

Commit

Permalink
ci compile test
Browse files Browse the repository at this point in the history
  • Loading branch information
KagayamaKaede committed Nov 15, 2015
1 parent e4d43f7 commit 6680e3a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jdk: oraclejdk8

env:
matrix:
- ANDROID_TARGET=android-23 ANDROID_ABI=armeabi-v7a x86
- ANDROID_TARGET=android-23

android:
components:
Expand All @@ -15,5 +15,7 @@ before_install:
- chmod +x gradlew

script:
./gradlew assemble && \
./gradlew check
- echo "sdk.dir=$ANDROID_HOME" > local.properties
- echo "ndk.dir=${ANDROID_NDK_HOME}" >> local.properties
- ./gradlew assemble
- ./gradlew check

0 comments on commit 6680e3a

Please sign in to comment.