Skip to content

Commit

Permalink
Uses gcc-4.6
Browse files Browse the repository at this point in the history
Issue: #65
  • Loading branch information
kpp committed Mar 20, 2015
1 parent 693a68c commit 8b071df
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis/linux/install-dependencies.sh
Expand Up @@ -4,12 +4,7 @@ sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test
sudo apt-get update -qq

sudo apt-get install -y \
g++-4.7-multilib \
g++-4.6-multilib \
libreadline-dev:i386 \
llvm-3.3-dev:i386

if [ "$CXX" = "g++" ]; then
sudo apt-get install -y gcc-4.7 g++-4.7
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.7 50
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.7 50
fi

0 comments on commit 8b071df

Please sign in to comment.