Skip to content

Commit

Permalink
Travis file added
Browse files Browse the repository at this point in the history
  • Loading branch information
Swati4star committed May 7, 2016
1 parent b86e5f9 commit 5e8d0ef
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Android/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
language: android
android:
components:
- platform-tools
- tools
- build-tools-23.0.1
- android-23
# Support library
- extra-android-support
- extra-android-m2repository
- extra-google-google_play_services
- extra-google-m2repository
licenses:
- '.+'

before_script:
- chmod +x gradlew

script:
- chmod +x ./gradlew
- ./gradlew assembleDebug assembleRelease

0 comments on commit 5e8d0ef

Please sign in to comment.