You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
367 B
27 lines
367 B
language: node_js
|
|
os:
|
|
- linux
|
|
- osx
|
|
- windows
|
|
node_js:
|
|
- "0.8"
|
|
- "0.10"
|
|
- "0.12"
|
|
- "iojs"
|
|
- "4"
|
|
- "5"
|
|
- "6"
|
|
- "7"
|
|
- "8"
|
|
- "9"
|
|
- "10"
|
|
- "11"
|
|
- "12"
|
|
matrix:
|
|
exclude:
|
|
- os: windows
|
|
node_js: "0.8"
|
|
- os: windows
|
|
node_js: "iojs"
|
|
before_install:
|
|
- 'if [ $TRAVIS_NODE_VERSION == 0.8 ]; then nvm install-latest-npm; fi'
|
|
|