Skip to content

Commit

Permalink
Merge 540c881 into cec66b7
Browse files Browse the repository at this point in the history
  • Loading branch information
yachang committed Feb 13, 2018
2 parents cec66b7 + 540c881 commit ba87b61
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 @@ -20,6 +20,15 @@ after_success:
coveralls

deploy:
# Testing: deploy to ns-sandbox for testing purpose.
- provider: script
script: python environment_bootstrap.py testing && $TRAVIS_BUILD_DIR/travis/deploy_app.sh mlab-nstesting /tmp/mlab-nstesting.json . server/app.yaml
skip_cleanup: true
on:
repo: m-lab/mlab-ns
all_branches: true
condition: $TRAVIS_BRANCH == sandbox && $TRAVIS_EVENT_TYPE == push

# Testing: deploy to mlab-nstesting
- provider: script
script: python environment_bootstrap.py testing && $TRAVIS_BUILD_DIR/travis/deploy_app.sh mlab-nstesting /tmp/mlab-nstesting.json . server/app.yaml
Expand Down

0 comments on commit ba87b61

Please sign in to comment.