cudr_slate-collaborative/.travis.yml
2019-10-27 11:35:30 +03:00

18 lines
178 B
YAML

language: node_js
node_js:
- '12'
env:
- workerCount=3 timeout=600000
script:
- yarn test
install:
- yarn
- yarn bootstrap
cache:
directories:
- node_modules