Skip to content

Commit

Permalink
Merge a27e2fc into 388a6e1
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysarson committed Feb 24, 2020
2 parents 388a6e1 + a27e2fc commit 17aee63
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
language: node_js
node_js:
- "node"
- "12"
- "10"
- "8"

after_success:
- npm run coveralls
script: npm run test:cover && npm run coveralls

jobs:
include:
- stage: lint
script: npm run test:lint
node_js: lts
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"coveralls": "3.0.9",
"mocha": "7.0.1",
"nyc": "15.0.0",
"xo": "0.25.4"
"xo": "0.27.0"
},
"xo": {
"esnext": false,
Expand Down

0 comments on commit 17aee63

Please sign in to comment.