Skip to content

Commit

Permalink
travis.yml updates
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Oct 23, 2016
1 parent 816f72f commit 95829f1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
language: android
jdk:
- oraclejdk7
- oraclejdk8
android:
components:
- build-tools-24.0.3
- android-24
- android-24

before_install:
- export JAVA7_HOME=/usr/lib/jvm/java-7-oracle
- export JAVA8_HOME=/usr/lib/jvm/java-8-oracle
- export JAVA_HOME=$JAVA7_HOME

script:
- ./gradlew clean jacocoDebugTestReport

0 comments on commit 95829f1

Please sign in to comment.