Travis CI: Prevent failures when deploy script isn't executed.

This commit is contained in:
Jürg Lehni 2017-04-21 07:16:11 +02:00
parent 5d125d6a43
commit 63b0752a81

View file

@ -41,4 +41,4 @@ script:
- gulp minify
- gulp test
- gulp zip
- '[ "${TRAVIS_BRANCH}" = "develop" ] && [ "${TRAVIS_NODE_VERSION}" = "stable" ] && travis/deploy-prebuilt.sh'
- '[ "${TRAVIS_BRANCH}" = "develop" ] && [ "${TRAVIS_NODE_VERSION}" = "stable" ] && travis/deploy-prebuilt.sh || true'