Skip to content

Commit 172abe7

Browse files
committed
Add configuration for travis
1 parent 10952bd commit 172abe7

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.travis.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
language: android
2+
android:
3+
components:
4+
- platform-tools
5+
- tools
6+
7+
# The BuildTools version used by your project
8+
- build-tools-23.0.0
9+
10+
# The SDK version used to compile your project
11+
- android-22
12+
13+
# Additional components
14+
# - extra-google-google_play_services
15+
# - extra-google-m2repository
16+
- extra-android-m2repository
17+
18+
before_script:
19+
- chmod +x gradlew
20+
#Build, and run tests
21+
script: "./gradlew build testDebug"
22+
sudo: false

0 commit comments

Comments
 (0)