try to fix the build

This commit is contained in:
David Badura 2016-07-13 09:17:23 +02:00
parent 7b0ae98073
commit c2392ebd92
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ env:
global: global:
- TASKWARRIOR=2.5.1 - TASKWARRIOR=2.5.1
- GCC_VERSION=5 - GCC_VERSION=5
- CXX="g++-5"
- CC="gcc-5"
matrix: matrix:
- PREFER_LOWEST="--prefer-lowest" - PREFER_LOWEST="--prefer-lowest"
- PREFER_LOWEST="" - PREFER_LOWEST=""