revert prev two commits, go back to gcc 4.8

There's some issue about which ubuntu version travis is running,
it seems we can't easily get gcc 4.9 from a PPA.
This commit is contained in:
Chris Beck 2014-10-13 14:23:30 -04:00
parent 6bfb68aaa0
commit 4903aca9f0

View file

@ -33,8 +33,8 @@ before_install:
install:
- time sudo apt-get update -qq
- time sudo apt-get install -qq libboost-iostreams-dev libboost-program-options-dev libboost-regex-dev libboost-system-dev libboost-test-dev libcairo2-dev libfribidi-dev libpango1.0-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev gdb
- if [ "$CXX" = "g++" ]; then time sudo apt-get -qq install g++-4.9; fi
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.9"; fi
- if [ "$CXX" = "g++" ]; then time sudo apt-get -qq install g++-4.8; fi
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8"; fi
- if [ "$CHECK_UTF8" = true ]; then time sudo apt-get install -qq moreutils; fi
script: