Skip to content

Commit

Permalink
Do not include artwork in published package
Browse files Browse the repository at this point in the history
Fixes #10
  • Loading branch information
robertrossmann committed Feb 11, 2017
1 parent b4185dd commit 5c75739
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ script:
after_success:
- make coveralls
- '[[ -n "$TRAVIS_TAG" ]] && make gh-pages'
before_deploy:
- rm -r media
deploy:
provider: npm
email: rr.rossmann@gmail.com
Expand Down

0 comments on commit 5c75739

Please sign in to comment.