Skip to content

Commit

Permalink
Update travis script.
Browse files Browse the repository at this point in the history
  • Loading branch information
treshugart committed Dec 1, 2017
1 parent e0b88d9 commit 4840a60
Show file tree
Hide file tree
Showing 3 changed files with 229 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
coverage
es
esnext
node
node_modules
npm-debug.log*
umd
coverage
package-lock.json
public
umd
ts-output
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
language: node_js
after_success:
- semantic-release pre && npm publish && semantic-release post
install:
- npm install -g bolt
- bolt
Loading

0 comments on commit 4840a60

Please sign in to comment.