Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eberhardtm authored May 8, 2019
1 parent 728b240 commit 696af32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ install:
- npm install
script:
- ".travis-build/phplint ."
after_success:
- npm run build
- rm -rf node_modules
- tar -czf carousel.tar.gz *
deploy:
provider: releases
skip_cleanup: true
Expand Down

0 comments on commit 696af32

Please sign in to comment.