1
0

Update GCC on Travis

This commit is contained in:
Tiger Wang
2014-11-23 14:21:44 +00:00
parent 765bf006ad
commit e8e03e5df2
2 changed files with 20 additions and 24 deletions

View File

@@ -6,6 +6,15 @@ compiler:
before_install:
- if [ "$TRAVIS_MCSERVER_BUILD_TYPE" == "COVERAGE" ]; then sudo pip install cpp_coveralls; fi
# g++4.8
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update -qq
install:
# g++4.8
- sudo apt-get install -qq g++-4.8
- export CXX="g++-4.8"
# Build MCServer
script: ./CIbuild.sh