mirror of
https://github.com/ethauvin/kotlin-pluralizer.git
synced 2025-04-26 01:07:13 -07:00
added tracisci
This commit is contained in:
parent
5120553afc
commit
83d03a4d23
1 changed files with 28 additions and 0 deletions
28
.travis.yml
Normal file
28
.travis.yml
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
language: android
|
||||||
|
|
||||||
|
android:
|
||||||
|
components:
|
||||||
|
- tools
|
||||||
|
- platform-tools
|
||||||
|
- build-tools-24.0.2
|
||||||
|
- extra-android-m2repository
|
||||||
|
- android-24
|
||||||
|
|
||||||
|
jdk:
|
||||||
|
- oraclejdk8
|
||||||
|
|
||||||
|
branches:
|
||||||
|
except:
|
||||||
|
- gh-pages
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
email: false
|
||||||
|
|
||||||
|
sudo: false
|
||||||
|
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- $HOME/.gradle/caches/
|
||||||
|
- $HOME/.gradle/wrapper/
|
||||||
|
- $HOME/.gradle/native/
|
||||||
|
- $HOME/.gradle/daemon/native/
|
Loading…
Add table
Add a link
Reference in a new issue