Skip to content

Commit

Permalink
Updated .travis.yml with deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
ggetz committed Mar 9, 2016
1 parent db4fafc commit 694ae7c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,12 @@ script:
- echo 'cloc' && echo -en 'travis_fold:start:script.cloc\\r'
- npm run cloc
- echo -en 'travis_fold:end:script.cloc\\r'
deploy:
provider: s3
access_key_id: $AWS_ACCESS_KEY
secret_access_key: $AWS_SECRET_KEY
bucket: "cesium-dev"
skip_cleanup: true
upload-dir: cesium/$TRAVIS_BRANCH
on:
all_branches: true

0 comments on commit 694ae7c

Please sign in to comment.