Skip to content

Commit

Permalink
Added rimraf before deploy to help cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
scallacs committed May 21, 2018
1 parent b609d9b commit 67e35f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ before_script:
# - npm run typings
# Make sure to bundle the application before any deploys
before_deploy:
- npm install rimraf
# - npm run bundle
# Report code coverage to coveralls after successful test runs
after_success:
Expand Down

0 comments on commit 67e35f2

Please sign in to comment.