Skip to content

Commit

Permalink
Update node.js version on Travis CI from v4 to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello committed Jul 15, 2019
1 parent 709e903 commit c0e41b5
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 @@ -37,7 +37,7 @@ matrix:
env:
- task=markdown-link-check
install:
- nvm install 4
- nvm install 10
- npm i -g markdown-link-check
before_script:
- node --version
Expand All @@ -52,7 +52,7 @@ matrix:
env:
- task=doctoc-check
install:
- nvm install 4
- nvm install 10
- npm i -g doctoc
before_script:
- node --version
Expand Down

0 comments on commit c0e41b5

Please sign in to comment.