ci: Install cscope, remove deadsnakes PPA

The travis ubuntu "trusty" image already pre-installs python 3.5.
https://docs.travis-ci.com/user/trusty-ci-environment
This commit is contained in:
Justin M. Keyes 2016-12-24 23:24:57 +01:00
parent 8950beeb04
commit f2be05d6a3

View File

@ -91,8 +91,6 @@ after_success: .ci/after_success.sh
addons: addons:
apt: apt:
sources: sources:
# TODO: Remove PPA when Travis gets Python >=3.3.
- deadsnakes
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.8 - llvm-toolchain-precise-3.8
packages: packages:
@ -101,6 +99,7 @@ addons:
- build-essential - build-essential
- clang-3.8 - clang-3.8
- cmake - cmake
- cscope
- g++-5-multilib - g++-5-multilib
- g++-multilib - g++-multilib
- gcc-5-multilib - gcc-5-multilib
@ -110,7 +109,6 @@ addons:
- libtool - libtool
- llvm-3.8-dev - llvm-3.8-dev
- pkg-config - pkg-config
- python3.3-dev
- unzip - unzip
- valgrind - valgrind
- xclip - xclip