[DEBUG] remove gcc-4.6

This commit is contained in:
Edouard DUPIN 2014-09-09 20:43:16 +02:00
parent 790f8528e4
commit 6249f2b59b

View File

@ -6,10 +6,6 @@ compiler:
- clang - clang
- gcc - gcc
# Setup different environments to test
env:
- CPP11=1
# build branch requested # build branch requested
branches: branches:
only: only:
@ -24,6 +20,7 @@ before_script:
install: install:
- if [ "$CXX" == "g++" ]; then sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y; fi - if [ "$CXX" == "g++" ]; then sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y; fi
- if [ "$CXX" == "g++" ]; then sudo apt-get update -qq; fi - if [ "$CXX" == "g++" ]; then sudo apt-get update -qq; fi
- if [ "$CXX" = "g++" ]; then sudo apt-get remove g++-4.6; fi
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi - if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi