Files
xyflow/.travis.yml
T

23 lines
231 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 -- --silent &
script:
- npm run cy:run