Commit b7f4a836 authored by Robert Knight's avatar Robert Knight

Update Travis to Node 10

parent d96ddfaa
......@@ -9,9 +9,9 @@ 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: '6.10'
node_js: '10'
script: yarn run lint
- env: ACTION=test
node_js: '6.10'
node_js: '10'
after_success:
yarn run report-coverage
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