Another attempt to get travis to upgrade gcc

This commit is contained in:
Tim Warren 2015-05-29 11:10:30 -04:00
parent 475966853e
commit 55d0d6fae5
1 changed files with 4 additions and 3 deletions

View File

@ -6,11 +6,12 @@ before_install:
- sh -e /etc/init.d/xvfb start
# Upgrade gcc
- sudo apt-get update -qq
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get -qq update
- sudo apt-get -qq install g++-4.8
# Install dependencies
- sudo apt-get install -qq libwxgtk3.0-dev libwxgtk3.0-0 libssh2-1-dev
- sudo apt-get -qq install libwxgtk3.0-dev libwxgtk3.0-0 libssh2-1-dev
# Build with both gcc and clang
compiler: