Choices/.travis.yml

10 lines
200 B
YAML
Raw Normal View History

2016-07-02 14:04:38 +02:00
language: node_js
node_js:
2017-05-30 21:14:20 +02:00
- "5"
2016-07-02 14:39:11 +02:00
before_install:
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@1.4.28'
- npm install -g npm@latest
install:
- npm install
2017-06-27 12:35:53 +02:00
script: npm run test