diff --git a/.travis.yml b/.travis.yml index 8566451..189bbf9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,13 @@ language: cpp compiler: - - clang - gcc +before_install: + - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test + - sudo apt-get -qq update + - sudo apt-get -qq install g++-4.8 + env: - BUILD_TYPE=Debug - BUILD_TYPE=Release