Files
xyflow/.travis.yml
T

27 lines
284 B
YAML

language: node_js
node_js:
- 10.8
addons:
apt:
packages:
- libgconf-2-4
cache:
directories:
- ~/.npm
- ~/.cache
install:
- npm ci
- npm run cy:verify
- npm run cy:info
before_script:
- cd example && npm install
- cd ..
script:
- npm run test