Skip to content

Commit

Permalink
Don't cleanup before deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmalmgren committed Dec 6, 2017
1 parent 95c665a commit d1668b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ deploy:
provider: script
file: release.tar.gz
script: deploy.sh
skip_cleanup: true
on:
repo: clarkmalmgren/bolingbrook-church
tags: true
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bolingbrook-church",
"version": "1.3.0",
"version": "1.3.1",
"license": "MIT",
"angular-cli": {},
"scripts": {
Expand Down

0 comments on commit d1668b4

Please sign in to comment.