Skip to content

Commit

Permalink
Fixes to support node version >= 6
Browse files Browse the repository at this point in the history
  • Loading branch information
karloscodes authored and davidgf committed Apr 2, 2018
1 parent 129c536 commit 4633c11
Show file tree
Hide file tree
Showing 7 changed files with 268 additions and 208 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
language: node_js
node_js:
- '9.4'

before_install:
- npm install -g npm@latest

matrix:
include:
- node_js: '6.2'
- node_js: '8.9'
- node_js: '9.4'

cache:
directories:
Expand Down
Loading

0 comments on commit 4633c11

Please sign in to comment.