Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Commit

Permalink
Run tests using both Babel 7 and Babel 6
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Aug 14, 2017
1 parent 38711a9 commit bc5a405
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,22 @@ build: off

test_script:
- node --version && npm --version
- echo -- BABEL 7 --
- npm test
- echo Replacing Babel 7 with Babel 6
- npm remove
babel-core
babel-plugin-external-helpers
babel-plugin-transform-decorators
babel-plugin-transform-runtime
babel-preset-es2015
- npm install
babel-core@6
babel-plugin-external-helpers@6
babel-plugin-transform-decorators@6
babel-plugin-transform-runtime@6
babel-preset-es2015@6
- echo -- BABEL 6 --
- npm test

matrix:
Expand Down

0 comments on commit bc5a405

Please sign in to comment.