Skip to content

Commit

Permalink
Adding TravisCi and Coveralls and publishing 2
Browse files Browse the repository at this point in the history
  • Loading branch information
avil13 committed Oct 7, 2019
1 parent 71d70b5 commit eb60632
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
sudo: false
language: node_js
node_js:
- '8'
- '10'
- node

branches:
Expand All @@ -18,15 +16,14 @@ before_install:
install:
- npm install
script:
- npm run lint
- npm run test
- npm run test:coveralls
- npm run prepublish

deploy:
provider: npm
email: "EMAIL_ADDRESS"
api_key: "AUTH_TOKEN"
email: EMAIL_ADDRESS
api_key: AUTH_TOKEN
on:
branch: master
skip_cleanup: true
Expand Down

0 comments on commit eb60632

Please sign in to comment.