Skip to content

Commit 2094422

Browse files
test babel7 and babel6 in circleci
1 parent bb3a5c0 commit 2094422

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circle.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ test:
1616
override:
1717
- yarn test
1818
# test with babel 7
19-
- yarn add -D babel-cli@^7.0.0-beta.3 babel-core@^7.0.0-beta.3 babel-register@^7.0.0-beta.3 babel-preset-env@^7.0.0-beta.3 @babel/core babel-plugin-transform-object-rest-spread@^7.0.0-beta.3 gulp-babel@7.0.0
20-
- yarn test
19+
- ./install-babel-7.sh
20+
- BABEL_7=1 yarn test

0 commit comments

Comments
 (0)