diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7e0a791..fb97b18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ android: - extra-google-m2repository licenses: - '.+' -script: ./gradlew clean test +script: ./gradlew lintRelease test branches: except: - gh-pages |