Skip to content

Commit

Permalink
Run deploy script as part of travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ggetz committed Mar 23, 2016
1 parent 06bc0ab commit 39415df
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ script:

- echo 'cloc' && echo -en 'travis_fold:start:script.cloc\\r'
- npm run cloc
- echo -en 'travis_fold:end:script.cloc\\r'
- echo -en 'travis_fold:end:script.cloc\\r'

- echo 'delpoy' && echo -en 'travis_fold:start:script.deploy\\r'
- if ! $TRAVIS_PULL_REQUEST ; then npm run deploy-s3 -- -b cesium-dev -d $TRAVIS_BRANCH --confirm -c 'no-cache' ; fi
- echo -en 'travis_fold:end:script.deploy\\r'

0 comments on commit 39415df

Please sign in to comment.