Commit d280b420 authored by Daniel Agar's avatar Daniel Agar

travis-ci add kubuntu-backports for newer cmake

-stop manually downloading cmake
parent 4da63c38
...@@ -14,6 +14,7 @@ cache: ...@@ -14,6 +14,7 @@ cache:
addons: addons:
apt: apt:
sources: sources:
- kubuntu-backports
- llvm-toolchain-precise-3.5 - llvm-toolchain-precise-3.5
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
packages: packages:
...@@ -33,9 +34,6 @@ addons: ...@@ -33,9 +34,6 @@ addons:
- texlive-extra-utils - texlive-extra-utils
before_install: before_install:
- wget http://www.cmake.org/files/v3.2/cmake-3.2.1-Linux-x86_64.tar.gz
- tar zxf cmake-3.2.1-Linux-x86_64.tar.gz
- export PATH=`pwd`/cmake-3.2.1-Linux-x86_64/bin:$PATH
- if [ "$CC" = "clang" ]; then export CC="clang-3.5" CXX="clang++-3.5"; fi - if [ "$CC" = "clang" ]; then export CC="clang-3.5" CXX="clang++-3.5"; fi
- if [ "$CC" = "gcc" ]; then export CC="gcc-4.8" CXX="g++-4.8"; fi - if [ "$CC" = "gcc" ]; then export CC="gcc-4.8" CXX="g++-4.8"; fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment