Skip to content

Commit

Permalink
travis: test with Node 11
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Nov 15, 2018
1 parent bd485f5 commit 6eb9fb4
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 @@ -6,6 +6,7 @@ matrix:
include:
- node_js: "node"
env: NPM_RUN_SCRIPT=test NPM_AUDIT=true MOCHA_ARGS="-- --node-arg=--pending-deprecation --node-arg=--throw-deprecation" NYC="nyc --reporter json"
- node_js: "10"
- node_js: "8"
- node_js: "6"
env: MOCHA_ARGS="--harmony --use_strict"
Expand Down

0 comments on commit 6eb9fb4

Please sign in to comment.