fix(travis): moved node 0.12 back to optional failing due to consts in tests

This commit is contained in:
Sean Larkin 2016-10-27 12:38:41 -05:00
parent ea75283968
commit e689a9db1d
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ node_js:
matrix:
allow_failures:
- node_js: "4"
- node_js: "v0.12.17"
script: npm run travis
env: