travis: Use trusty for cmake builds (#109)

kubuntu-backports dropped the CMake package for Precise
pull/108/head
Gregor Jasny 8 years ago committed by GitHub
parent 40eb41f522
commit 4bc0202c87
  1. 3
      .travis.yml

@ -4,7 +4,6 @@ addons:
apt:
sources:
- ubuntu-toolchain-r-test
- kubuntu-backports # For CMake 2.8.12
- llvm-toolchain-precise-3.7
packages:
- cmake
@ -23,9 +22,11 @@ matrix:
env: BUILD_TYPE=normal
- os: linux
compiler: gcc
dist: trusty
env: BUILD_TYPE=cmake
- os: linux
compiler: clang
dist: trusty
env: BUILD_TYPE=cmake
- os: linux
compiler: gcc

Loading…
Cancel
Save