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
|
||||
language: node_js
|
||||
node_js:
|
||||
- "0.12"
|
||||
- node
|
||||
- iojs-1
|
||||
- iojs-2
|
||||
- "5"
|
||||
- "4"
|
||||
- iojs
|
||||
- iojs-2
|
||||
- iojs-1
|
||||
- "0.12"
|
||||
script: npm run travis
|
||||
env:
|
||||
- NO_WATCH_TESTS=1
|
||||
|
|
|
|||
Loading…
Reference in New Issue