Skip to content

Commit

Permalink
chore: travis settings update
Browse files Browse the repository at this point in the history
- remove coveralls
- replace node 0.12 with node 8
- do not downgrade npm version
  • Loading branch information
adrukh committed Apr 27, 2018
1 parent dfd2116 commit bbb153d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@ cache:
- node_modules
notifications:
email: false
webhooks: https://coveralls.io/webhook?repo_token=${COVERALLS_REPO_TOKEN}
node_js:
- '8'
- '6'
- '4'
- '0.12'
before_install:
- npm i -g npm@^2.0.0
before_script:
- npm prune
after_success:
Expand Down

0 comments on commit bbb153d

Please sign in to comment.