Skip to content

Commit

Permalink
Travis Config
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisnelson committed Oct 7, 2014
1 parent 259bb09 commit 605670a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: android
script: ./gradlew build check
android:
components:
- build-tools-20.0.0
- build-tools-19.1.0
5 changes: 4 additions & 1 deletion WearScript/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {

android {
compileSdkVersion 19
buildToolsVersion "19.1.0"
buildToolsVersion "20.0.0"

defaultConfig {
applicationId "com.dappervision.wearscript"
Expand All @@ -26,6 +26,9 @@ android {
versionCode 2
versionName "0.3.0"
}
lintOptions {
abortOnError false
}
}

dependencies {
Expand Down

0 comments on commit 605670a

Please sign in to comment.