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