Files
LingvAI/.travis.yml
2021-03-19 14:07:15 +01:00

21 lines
239 B
YAML

language: node_js
node_js:
- lts/*
os: linux
dist: xenial
addons:
apt:
packages:
- libgconf-2-4
cache: yarn
script:
- yarn test --ci
- yarn dev & wait-on http://localhost:3000
- yarn cy:run --record --key $CY_KEY