Current section

Files

Jump to
phoenix_multi_select example assets node_modules detective .travis.yml
Raw

example/assets/node_modules/detective/.travis.yml

language: node_js
node_js:
- "11"
- "10"
- "9"
- "8"
- "6"
- "4"
- "iojs"
- "0.12"
- "0.10"
- "0.8"
sudo: false
before_install:
- 'nvm install-latest-npm'
matrix:
fast_finish: true