cudr_slate-collaborative/.travis.yml

18 lines
178 B
YAML
Raw Normal View History

language: node_js
node_js:
- '12'
env:
- workerCount=3 timeout=600000
script:
2019-10-22 20:41:04 +00:00
- yarn test
install:
2019-10-22 20:41:04 +00:00
- yarn
- yarn bootstrap
cache:
directories:
- node_modules