Commit 5b8c4d23 authored by Nick Stenning's avatar Nick Stenning

Use Node v6.2 on Travis

This keeps things consistent with the version of Node used by h:

    https://github.com/hypothesis/h/commit/cc71f6c571829344e1f50a05b33504a2d42725d4
parent 7919db62
......@@ -11,7 +11,7 @@ matrix:
# 'node_js' is listed for each job to ensure that only two builds are run.
# See https://github.com/hypothesis/client/pull/27#discussion_r70611726
- env: ACTION=lint
node_js: '4.3'
node_js: '6.2'
script: npm run lint
- env: ACTION=test
node_js: '4.3'
node_js: '6.2'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment