Files
xyflow/.travis.yml
2019-10-08 18:02:06 +02:00

23 lines
219 B
YAML

language: node_js
node_js:
- 10
addons:
apt:
packages:
- libgconf-2-4
cache:
directories:
- ~/.npm
- ~/.cache
install:
- npm ci
before_script:
- npm run dev &
script:
- npm run cy:run