Skip to content

Commit

Permalink
Enabling lint in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
audaciouscode committed May 28, 2017
1 parent 20856ba commit 3fdb633
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -10,6 +10,7 @@ before_install:
- ( sleep 5 && while [ 1 ]; do sleep 1; echo y; done ) | android update sdk -a --no-ui --filter tool,platform-tool,build-tools-25.0.3

script:
- gradle lint
- gradle assembleDebug

android:
Expand Down

0 comments on commit 3fdb633

Please sign in to comment.