Skip to content

Commit

Permalink
[ci] update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zlargon committed Nov 8, 2020
1 parent e7274bb commit b6436af
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 40 deletions.
24 changes: 12 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
language: node_js
sudo: false
node_js:
- "6"
- "8"
- "10"
- "node"

before_script:
- "npm -g install npm@latest"
node_js:
- 10
- 12
- 14

script:
- "npm run cover"
install: npm ci
script: npm run cover

after_script:
- "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
jobs:
include:
- node_js: node
install: npm ci
script: npm run cover
after_script: cat ./coverage/lcov.info | coveralls
28 changes: 0 additions & 28 deletions appveyor.yml

This file was deleted.

0 comments on commit b6436af

Please sign in to comment.