mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
Travis CI: Prevent failures when deploy script isn't executed.
This commit is contained in:
parent
5d125d6a43
commit
63b0752a81
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue