This commit is contained in:
ailin-nemui 2015-02-17 10:04:52 +00:00
commit 9f80fa374d

View file

@ -8,10 +8,19 @@ env:
- CC=gcc - CC=gcc
before_install: before_install:
- |
if [ "$CC" = "gcc" ]; then
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
export CC="gcc-4.8"
fi
- sudo apt-get update -qq - sudo apt-get update -qq
- perl -V - perl -V
- sudo apt-get build-dep -qq irssi - sudo apt-get build-dep -qq irssi
- sudo apt-get install -qq lynx - sudo apt-get install -qq lynx
- |
case "$CC" in gcc-*) :
sudo apt-get install -qq $CC
esac
install: true install: true