fix(travis): use correct test task

This commit is contained in:
moklick
2020-05-04 16:08:39 +02:00
parent 4a5d33ebda
commit 9617ad9169
2 changed files with 4 additions and 4 deletions
+4 -3
View File
@@ -1,7 +1,7 @@
language: node_js
node_js:
- 10
- 10.8
addons:
apt:
@@ -15,11 +15,12 @@ cache:
install:
- npm ci
- npm run cy:verify
- npm run cy:info
before_script:
- cd example && npm install
- cd ..
- npm run dev &
script:
- npm run cy:run
- npm run test