Skip to content

Commit

Permalink
Merge pull request #1561 from kibertoad/chore/uptodate-node-versions
Browse files Browse the repository at this point in the history
ci(node): fix compatibility with Node 11 and execute tests on it in CI
  • Loading branch information
kamilmysliwiec committed Feb 18, 2019
2 parents 414925e + 98b8159 commit 5c011a6
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 135 deletions.
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
Loading

0 comments on commit 5c011a6

Please sign in to comment.