Browse Source

Install zlib-dev on Travis

As per https://github.com/wagtail/bakerydemo/pull/204#issuecomment-394120772
Karl Hobley 7 years ago
parent
commit
a8b6ed6d9a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -9,6 +9,7 @@ env:
 before_install:
   - sudo apt-get update
   - sudo apt-get install -qy -o Dpkg::Options::="--force-confold" docker-ce coreutils
+  - sudo apt-get install -y zlib-dev
 
 script:
   # Bring up the postgres, redis, and app containers