mirror of https://github.com/webpack/webpack.git
test on more node versions
This commit is contained in:
parent
a803902ed8
commit
cf7449e8f0
|
|
@ -1,11 +1,13 @@
|
||||||
sudo: false
|
sudo: false
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "0.12"
|
|
||||||
- node
|
- node
|
||||||
- iojs-1
|
- "5"
|
||||||
- iojs-2
|
- "4"
|
||||||
- iojs
|
- iojs
|
||||||
|
- iojs-2
|
||||||
|
- iojs-1
|
||||||
|
- "0.12"
|
||||||
script: npm run travis
|
script: npm run travis
|
||||||
env:
|
env:
|
||||||
- NO_WATCH_TESTS=1
|
- NO_WATCH_TESTS=1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue