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.
This commit is contained in:
Camilla Löwy 2019-05-17 16:55:52 +02:00
parent 7dc36dd7da
commit 535491c4f3

View File

@ -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