Travis setup
This commit is contained in:
20
.travis.yml
Normal file
20
.travis.yml
Normal 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
|
||||
Reference in New Issue
Block a user