fix(travis): use cypress compatible config
This commit is contained in:
+21
-3
@@ -1,5 +1,23 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
|
|
||||||
node_js:
|
node_js:
|
||||||
- "lts/*"
|
- 10
|
||||||
- "node"
|
|
||||||
script: npm test
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- libgconf-2-4
|
||||||
|
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- ~/.npm
|
||||||
|
- ~/.cache
|
||||||
|
|
||||||
|
install:
|
||||||
|
- npm ci
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- npm run dev -- --silent &
|
||||||
|
|
||||||
|
script:
|
||||||
|
- npm run cy:run
|
||||||
Reference in New Issue
Block a user