Skip to content

Commit

Permalink
Test with Node 12.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
igoramadas committed Apr 30, 2019
1 parent b25c17e commit a2fd894
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- "12.00"
- "12.1"
- "11.14"
- "10.15"
- "10.0"
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"moment": "^2.24.0"
},
"devDependencies": {
"@types/node": "^11.13.7",
"@types/node": "^11.13.8",
"chai": "^4.2.0",
"coveralls": "^3.0.3",
"express": "^4.16.4",
Expand Down

0 comments on commit a2fd894

Please sign in to comment.