Skip to content

Commit

Permalink
Merge pull request #2 from modular-ftc/fix#1-add-travis-ci
Browse files Browse the repository at this point in the history
Added Travis CI configuration
  • Loading branch information
magneticflux- authored Nov 3, 2017
2 parents bb9d26a + d288440 commit 290a7ef
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
language: android
jdk: oraclejdk8
sudo: false

android:
components:
- tools
- platform-tools
- build-tools-26.0.2
- android-27
- extra-google-m2repository

script:
- ./gradlew test

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/

cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
- $HOME/.android/build-cache
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit 290a7ef

Please sign in to comment.