travis: Use g++ 6.0

This commit is contained in:
Tomas Babej 2018-07-15 18:45:32 -04:00
parent bf9efa99db
commit 7d9fe9d7b9
No known key found for this signature in database
GPG key ID: B0747C6578F7D2F5

View file

@ -35,8 +35,8 @@ install:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo add-apt-repository ppa:pi-rho/dev -y
- sudo apt-get update -qq
- sudo apt-get install -qq build-essential cmake uuid-dev g++-4.8
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 50
- sudo apt-get install -qq build-essential cmake uuid-dev g++-6
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-6 50
- git clone --recursive https://github.com/GothenburgBitFactory/taskwarrior.git task
- cd task
- git checkout $TASK_VERSION