Skip to content

Commit 06ebfc6

Browse files
Merge pull request jacek-marchwicki#1 from jacek-marchwicki/travis
Add travis integration
2 parents 3365315 + 3eb1da5 commit 06ebfc6

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
sudo: false
2+
language: android
3+
4+
android:
5+
components:
6+
- build-tools-19.1.0
7+
- android-19
8+
- extra-google-m2repository
9+
- extra-android-m2repository
10+
script: ./gradlew build

0 commit comments

Comments
 (0)