Skip to content

Commit

Permalink
Flip switch cleanup to true
Browse files Browse the repository at this point in the history
  • Loading branch information
dereklieu committed Apr 28, 2016
1 parent b372fbb commit 008a727
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@ before_script:
- npm test
script:
- npm run build
after_success:
- "./.build_scripts/deploy.sh"
deploy:
provider: script
skip_cleanup: true
script: .build_scripts/deploy.sh
on:
branch: ${DEPLOY_BRANCH}

0 comments on commit 008a727

Please sign in to comment.