Skip to content

Commit

Permalink
Allow for command line builds to succeed and add travis script (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jawnnypoo authored and omkarmoghe committed Jul 20, 2016
1 parent 5075c59 commit eaecf79
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
language: android

jdk:
- oraclejdk8

android:
components:
- platform-tools
- tools

# The BuildTools version used by your project
- build-tools-24.0.0

# The SDK version used to compile your project
- android-24

# Additional components
- extra-android-m2repository

before_script:
- chmod +x gradlew

script: "./gradlew build"
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
lintOptions {
abortOnError false
}
}

dependencies {
Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit eaecf79

Please sign in to comment.