Skip to content

Commit

Permalink
ci(node) execute tests in CI with Node 11 instead of Node 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Savin committed Feb 14, 2019
1 parent 1714b51 commit fc85b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "8"
- "9"
- "10"
- "11"
cache:
directories:
- "node_modules"
Expand Down

0 comments on commit fc85b32

Please sign in to comment.