Skip to content

Commit

Permalink
chore: fix ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Dec 18, 2018
1 parent 3c86477 commit ec2b86c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
node_modules
*.log
/dist
/coverage
examples/build
/.cache
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ notifications:
on_failure: never
before_deploy: yarn build
deploy:
skip_cleanup: true
provider: npm
email: [email protected]
tag: next
Expand Down

0 comments on commit ec2b86c

Please sign in to comment.