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:
- node_modules
node_js:
- "0.10"
- "0.12"
- iojs

View File

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