Skip to content

Commit

Permalink
Trying to fix flaky zlib Error
Browse files Browse the repository at this point in the history
Disabling the tmp cache for `ember test` could be a solution, as we're
running two builds of the frontend at the same time in our travis ci
setup. 1. `foreman -f ProcfileTesting &` (send to the background) and 2.
`ember test`.
See
broccolijs/broccoli-persistent-filter#124
  • Loading branch information
roschaefer committed May 5, 2018
1 parent 2782b52 commit 35de4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ before_script:

script:
- cd frontend
- ember test
- BROCCOLI_PERSISTENT_FILTER_CACHE_ROOT=./cache ember test
- cd -
- cd backend
- bundle exec brakeman -z
Expand Down

0 comments on commit 35de4dd

Please sign in to comment.