浏览代码

zlib -> zlib1g

Karl Hobley 6 年之前
父节点
当前提交
cdc93cec49
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -9,7 +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
+  - sudo apt-get install -y zlib1g-dev
 
 
 script:
 script:
   # Bring up the postgres, redis, and app containers
   # Bring up the postgres, redis, and app containers