Travis: Remove unused dependencies #2431

This commit is contained in:
grtlr 2015-04-15 09:52:22 +02:00 committed by Florian Walch
parent 52e995509f
commit 1b07f5711c
2 changed files with 2 additions and 11 deletions

View File

@ -1,16 +1,6 @@
. "$CI_SCRIPTS/common.sh"
# Need this to keep apt-get from removing gcc when installing libncurses
# below.
sudo apt-get install libc6-dev libc6-dev:i386
# Do this separately so that things get configured correctly, otherwise
# libncurses fails to install.
sudo apt-get install gcc-multilib g++-multilib
# Install the dev version to get the pkg-config and symlinks installed
# correctly.
sudo apt-get install libncurses5-dev:i386
sudo apt-get install gcc-multilib
setup_deps x86

View File

@ -1,3 +1,4 @@
sudo: required
language: c
os:
- linux