reenable travis node 0.10 testing

This commit is contained in:
Sebastian McKenzie 2015-07-09 19:17:12 +01:00
parent 81019ec76d
commit 9805c0387f
2 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,7 @@ cache:
directories: directories:
- node_modules - node_modules
node_js: node_js:
- "0.10"
- "0.12" - "0.12"
- iojs - iojs

View File

@ -34,6 +34,10 @@ require("./_transformation-helper")({
// non-standard // non-standard
"ObjectMixin", "ObjectMixin",
// Node 0.10 doesn't like these
"Symbol/Object",
"Symbol/ObjectModel",
// TODO // TODO
"Yield/GeneratorSend", "Yield/GeneratorSend",
"Yield/BreakForOf", "Yield/BreakForOf",