Created
September 30, 2016 17:48
-
-
Save justinvdm/0d20e38dbe2e30053f34c5a99d4bd41c 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..6563192 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' | |
+- '[ -z "$TRAVIS_TAG" ] || (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