Skip to content

Instantly share code, notes, and snippets.

@justinvdm
Created September 30, 2016 17:48
Show Gist options
  • Save justinvdm/0d20e38dbe2e30053f34c5a99d4bd41c to your computer and use it in GitHub Desktop.
Save justinvdm/0d20e38dbe2e30053f34c5a99d4bd41c to your computer and use it in GitHub Desktop.
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