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
-1
View File
@@ -3,7 +3,6 @@
"version": "1.0.1",
"main": "dist/ReactFlow.js",
"module": "dist/ReactFlow.esm.js",
"private": true,
"dependencies": {
"@svgr/rollup": "^5.3.0",
"@welldone-software/why-did-you-render": "^4.1.3",