Skip to content

Commit

Permalink
fix(travis): use correct test task
Browse files Browse the repository at this point in the history
moklick committed May 4, 2020

Verified

This commit was signed with the committer’s verified signature. The key has expired.
Czaki Grzegorz Bokota
1 parent 4a5d33e commit 9617ad9
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",

0 comments on commit 9617ad9

Please sign in to comment.