Skip to content

Commit

Permalink
Try to fix build on travis-ci
Browse files Browse the repository at this point in the history
the problem was because there are 2 versions of cypress being downloaded

ref: cypress-io/cypress#4595
  • Loading branch information
juacompe committed Dec 27, 2020
1 parent d28a04a commit a39af06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -8,6 +8,9 @@ cache:
- api/node_modules
- web/node_modules

environment:
CHILD_CONCURRENCY: 1

script:
- ./script/unittestweb
- ./script/unittestapi
Expand Down

0 comments on commit a39af06

Please sign in to comment.