mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
Travis: Remove unused dependencies #2431
This commit is contained in:
parent
52e995509f
commit
1b07f5711c
@ -1,16 +1,6 @@
|
|||||||
. "$CI_SCRIPTS/common.sh"
|
. "$CI_SCRIPTS/common.sh"
|
||||||
|
|
||||||
# Need this to keep apt-get from removing gcc when installing libncurses
|
sudo apt-get install gcc-multilib
|
||||||
# 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
|
|
||||||
|
|
||||||
setup_deps x86
|
setup_deps x86
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
sudo: required
|
||||||
language: c
|
language: c
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
Loading…
Reference in New Issue
Block a user