Skip to content

Commit c0e41b5

Browse files
Update node.js version on Travis CI from v4 to v10
1 parent 709e903 commit c0e41b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ matrix:
3737
env:
3838
- task=markdown-link-check
3939
install:
40-
- nvm install 4
40+
- nvm install 10
4141
- npm i -g markdown-link-check
4242
before_script:
4343
- node --version
@@ -52,7 +52,7 @@ matrix:
5252
env:
5353
- task=doctoc-check
5454
install:
55-
- nvm install 4
55+
- nvm install 10
5656
- npm i -g doctoc
5757
before_script:
5858
- node --version

0 commit comments

Comments
 (0)