Skip to content

Commit afcf19a

Browse files
committed
add default travis
1 parent aac8480 commit afcf19a

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.travis.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
language: android
2+
android:
3+
components:
4+
- tools
5+
- build-tools-27.0.3
6+
- android-27
7+
8+
jdk:
9+
- oraclejdk8
10+
11+
script: ./gradlew clean build --info --stacktrace
12+
13+
sudo: false
14+
15+
env:
16+
global:
17+
- GRADLE_OPTS="-Xms128m"
18+
19+
cache:
20+
directories:
21+
- $HOME/.gradle
22+
- $HOME/.m2
23+
24+
after_success:
25+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)