This commit is contained in:
Behind The Math
2019-03-09 22:56:16 -05:00
parent 3b3f4d7794
commit c26c223a65
4 changed files with 20 additions and 7 deletions

View File

@@ -1,7 +1,4 @@
language: "node_js"
node_js:
- "6"
- "8"
# Force Travis to use npm v5
# https://github.com/travis-ci/travis-ci/issues/4653#issuecomment-194051953
before_install: if [[ `npm -v` != 5* ]]; then npm i -g npm@5; fi
- "10"