浏览代码

Remove cmake from Travis CI package list

This was left over from an old workaround for Travis CI having an
ancient version of CMake pre-installed.
Camilla Löwy 6 年之前
父节点
当前提交
535491c4f3
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      .travis.yml

+ 0 - 2
.travis.yml

@@ -13,7 +13,6 @@ matrix:
           addons:
               apt:
                   packages:
-                      - cmake
                       - libxrandr-dev
                       - libxinerama-dev
                       - libxcursor-dev
@@ -28,7 +27,6 @@ matrix:
           addons:
               apt:
                   packages:
-                      - cmake
                       - libxrandr-dev
                       - libxinerama-dev
                       - libxcursor-dev