travis: Use GCC 6 on Ubuntu CI builds

This commit is contained in:
Lioncash 2016-06-17 09:10:34 -04:00
parent c283a8509d
commit a81b9ca689
3 changed files with 6 additions and 6 deletions

View file

@ -5,8 +5,8 @@ set -x
#if OS is linux or is not set
if [ "$TRAVIS_OS_NAME" = "linux" -o -z "$TRAVIS_OS_NAME" ]; then
export CC=gcc-5
export CXX=g++-5
export CC=gcc-6
export CXX=g++-6
mkdir -p $HOME/.local
curl -L http://www.cmake.org/files/v3.1/cmake-3.1.0-Linux-i386.tar.gz \