mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-25 08:57:19 +02:00
travis: Use g++ 6.0
This commit is contained in:
parent
bf9efa99db
commit
7d9fe9d7b9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue