babel/circle.yml

17 lines
218 B
YAML

machine:
node:
version:
6
dependencies:
pre:
- curl -o- -L https://yarnpkg.com/install.sh | bash
cache_directories:
- ~/.yarn-cache
override:
- yarn
test:
override:
- make test-ci