浏览代码

Install zlib-dev on Travis

As per https://github.com/wagtail/bakerydemo/pull/204#issuecomment-394120772
Karl Hobley 7 年之前
父节点
当前提交
a8b6ed6d9a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

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