Created
September 30, 2016 17:45
-
-
Save justinvdm/645cd9e3e6aa080537a059708a79528c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/.travis.yml b/.travis.yml | |
index b098656..219c44f 100644 | |
--- a/.travis.yml | |
+++ b/.travis.yml | |
@@ -20,7 +20,7 @@ android: | |
- addon-google_apis-google-16 | |
script: | |
- npm run ci | |
-- '[ -z "$TRAVIS_TAG" ] || cd android && ./gradlew assembleRelease -PdisablePreDex' | |
+- cd android && ./gradlew assembleRelease -PdisablePreDex | |
deploy: | |
skip_cleanup: true | |
provider: releases |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment