Explorar o código

Install zlib-dev on Travis

As per https://github.com/wagtail/bakerydemo/pull/204#issuecomment-394120772
Karl Hobley %!s(int64=7) %!d(string=hai) anos
pai
achega
a8b6ed6d9a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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