From c2392ebd9269323e1bd12470f4aac312ae6a2f2e Mon Sep 17 00:00:00 2001 From: David Badura Date: Wed, 13 Jul 2016 09:17:23 +0200 Subject: [PATCH] try to fix the build --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index a4a8b94..5ba64e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,8 @@ env: global: - TASKWARRIOR=2.5.1 - GCC_VERSION=5 + - CXX="g++-5" + - CC="gcc-5" matrix: - PREFER_LOWEST="--prefer-lowest" - PREFER_LOWEST=""