update rogue 6to5 occurences to babel

This commit is contained in:
Sebastian McKenzie
2015-02-15 20:39:46 +11:00
parent 010ff3ec31
commit c5e01146fd
5 changed files with 7 additions and 8 deletions

View File

@@ -49,17 +49,16 @@ test: lint
test-simple:
# excludes test262
export SIMPLE_6TO5_TESTS=1; \
export SIMPLE_BABEL_TESTS=1; \
make test
test-all:
# includes traceur, esnext, regenerator
export ALL_6TO5_TESTS=1; \
export ALL_BABEL_TESTS=1; \
make test
test-cov:
rm -rf coverage
export SIMPLE_6TO5_TESTS=1; \
export SIMPLE_BABEL_TESTS=1; \
node $(ISTANBUL_CMD) $(MOCHA_CMD) --
test-travis: build-core bootstrap