Skip to content

Commit

Permalink
chore(package): update xo to version 0.27.0 (#33)
Browse files Browse the repository at this point in the history
* chore(package): update xo to version 0.27.0

Closes #31

* do not run linting on node 8

* fix travis test script config

* correct node lts key

Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
  • Loading branch information
harrysarson and greenkeeper[bot] committed Feb 24, 2020
1 parent 388a6e1 commit ba56bea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
@@ -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
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 ba56bea

Please sign in to comment.