Skip to content

Commit

Permalink
fix coveralls coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
Andru Cherny committed Jun 14, 2021
1 parent 352e3bc commit 197cd83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -6,9 +6,9 @@ cache:

before_install:
- docker load -i docker_images/images.tar || true
#
#before_cache:
# - docker save -o docker_images/images.tar $(docker images -a -q)

before_cache:
- docker save -o docker_images/images.tar $(docker images -a -q)

install:
- sudo curl -L https://github.com/docker/compose/releases/download/1.27.4/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
Expand Down

0 comments on commit 197cd83

Please sign in to comment.