2014-10-14 11:42:36 +02:00
|
|
|
language: "node_js"
|
2018-01-08 17:21:18 -05:00
|
|
|
node_js:
|
|
|
|
|
- "6"
|
|
|
|
|
- "8"
|
2018-01-09 15:41:41 -05:00
|
|
|
# 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
|