Skip to content

Commit

Permalink
Update to latest Node v6.x release
Browse files Browse the repository at this point in the history
Package installation fails with Node v6.2 due to an incompatible
"check-dependencies" package. See
https://travis-ci.org/hypothesis/client/jobs/228937886
  • Loading branch information
robertknight committed May 5, 2017
1 parent 526373e commit 8b8c72b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2'
node_js: '6.10'
script: yarn run lint
- env: ACTION=test
node_js: '6.2'
node_js: '6.10'
after_success:
yarn run report-coverage

0 comments on commit 8b8c72b

Please sign in to comment.