Skip to content

Commit

Permalink
Publish to NPM via Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mthenw committed Jul 25, 2018
1 parent 1e54a77 commit b19ea8a
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .travis.yml
@@ -1,8 +1,16 @@
language: node_js
node_js:
- 4
- 5
- 6
- 4
- 5
- 6
script:
- npm run lint
- npm test
- npm run lint
- npm test
deploy:
provider: npm
email: maciej.winnicki@gmail.com
api_key:
secure: S7VCwq19j0w2vBn27f0pQBWIFCN/3iZTyy9fUXuaTrvHztB7YQHBVxkIDNPYgWAttQLKsu0PH9BFzNeA7/StrKYKsn+z6fwh07GSOQGGwVO/OxvjfjglfgzNwLsuuT+N4R2ClrkqzIn7NaYVEM3bxofL+gwlHxWSfXfErW7mUds=
on:
tags: true
repo: mthenw/frontail

0 comments on commit b19ea8a

Please sign in to comment.