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.
master
Camilla Löwy ago%!(EXTRA string=6 years)
parent 7dc36dd7da
commit 535491c4f3
  1. 2
      .travis.yml

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

Loading…
Cancel
Save