Skip to content

Commit

Permalink
chore(travis): add node 10,12
Browse files Browse the repository at this point in the history
  • Loading branch information
singuerinc committed Aug 16, 2019
1 parent a0c639e commit d87bc22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: node_js

node_js:
- 12
- 10
- 8
- 6

after_success: npm run coveralls
after_success: npm run coveralls
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "Nahuel Scotti <nahuel.scotti@gmail.com> (https://www.singuerinc.com)",
"repository": "singuerinc/spain-phone.git",
"engines": {
"node": ">=6"
"node": ">=8"
},
"scripts": {
"coveralls": "nyc report --reporter=text-lcov | coveralls",
Expand Down

0 comments on commit d87bc22

Please sign in to comment.