Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
WindomZ committed Oct 30, 2018
1 parent cfe4c0f commit c15b1cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ os:
- osx

node_js:
- '6.0'
- '7'
- '8'
- '9'
- 'lts/*'
- 'node'

cache:
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"bin": {
"ci-script": "ci-script.js"
},
"engines": {
"node": ">=8.6.0"
},
"scripts": {
"precommit": "lint-staged",
"test": "nyc --reporter=lcov --reporter=text-lcov ava"
Expand Down

0 comments on commit c15b1cd

Please sign in to comment.