Skip to content

Commit aad2211

Browse files
committed
Update to latest Node v6.x release
Package installation fails with Node v6.2 due to an incompatible "check-dependencies" package: https://travis-ci.org/hypothesis/client/jobs/228937886
1 parent cf6999d commit aad2211

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ matrix:
99
# 'node_js' is listed for each job to ensure that only two builds are run.
1010
# See https://github.com/hypothesis/client/pull/27#discussion_r70611726
1111
- env: ACTION=lint
12-
node_js: '6.2'
12+
node_js: '6.10'
1313
script: yarn run lint
1414
- env: ACTION=test
15-
node_js: '6.2'
15+
node_js: '6.10'
1616
after_success:
1717
yarn run report-coverage

0 commit comments

Comments
 (0)