Travis setup

This commit is contained in:
David
2021-03-19 14:07:15 +01:00
parent b87953a34e
commit 493dcaab18
5 changed files with 89 additions and 5 deletions

20
.travis.yml Normal file
View File

@@ -0,0 +1,20 @@
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