Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sytolk committed Sep 2, 2016
1 parent 65c4db0 commit 2f9b63d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android:
- extra-android-m2repository

script:
./gradlew :taxi-android-open:testDebug :taxi-android-open:connectedAndroidTest -PtravisCi -PdisablePreDex
./gradlew :build :testDebug :connectedAndroidTest -PtravisCi -PdisablePreDex

# blacklist
branches:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ android {
}

lintOptions {
//abortOnError false
abortOnError false
warning 'MissingTranslation'
warning 'InvalidPackage'
}
Expand Down

0 comments on commit 2f9b63d

Please sign in to comment.