Use LTS version of Node.js for doctoc (#734)

This commit is contained in:
Christopher Horrell 2018-05-15 12:42:29 -04:00 committed by Peter Dave Hello
parent 678f723e18
commit 15bea793c0
2 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,8 @@ jobs:
env:
- TEST: Doc Toc Check
language: node_js
node_js:
- lts/*
install: npm i -g doctoc
script:
- cp README.md README.md.tmp &&

View File

@ -35,6 +35,8 @@ jobs:
env:
- TEST: Doc Toc Check
language: node_js
node_js:
- lts/*
install: npm i -g doctoc
script:
- cp README.md README.md.tmp &&