Skip to content

Commit

Permalink
Update .travis.yml (#2)
Browse files Browse the repository at this point in the history
* Update .travis.yml

* Added jdk version to travis file

* Added license acceptance to travis

* Updated travis files to accept licenses
  • Loading branch information
tallnato committed Mar 20, 2017
1 parent 58a8b89 commit 670898b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
language: android
jdk: oraclejdk8

android:
components:
# The BuildTools version used by your project
- tools
- build-tools-25.0.2

# The SDK version used to compile your project
- android-25
licenses:
- '.+'

script:
# Compile the SDK
./gradlew assemble
- ./gradlew assemble

# Run initTests
./gradlew test

- ./gradlew test

0 comments on commit 670898b

Please sign in to comment.