mirror of https://github.com/webpack/webpack.git
fix(travis): moved node 0.12 back to optional failing due to consts in tests
This commit is contained in:
parent
ea75283968
commit
e689a9db1d
|
|
@ -18,6 +18,7 @@ node_js:
|
|||
matrix:
|
||||
allow_failures:
|
||||
- node_js: "4"
|
||||
- node_js: "v0.12.17"
|
||||
|
||||
script: npm run travis
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in New Issue