Skip to content

Commit

Permalink
add travis build for Node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
PieterGit committed Jul 4, 2018
1 parent ff40d77 commit 59d5279
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ sudo: required
dist: trusty
node_js:
- "8"
- "10"
before_install: if [[ `npm --version` != "5.8.0" ]]; then npm install -g npm@latest; npm --version; fi
matrix:
fast_finish: true
Expand Down

0 comments on commit 59d5279

Please sign in to comment.