reenable travis node 0.10 testing
This commit is contained in:
parent
81019ec76d
commit
9805c0387f
@ -3,6 +3,7 @@ cache:
|
||||
directories:
|
||||
- node_modules
|
||||
node_js:
|
||||
- "0.10"
|
||||
- "0.12"
|
||||
- iojs
|
||||
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user