From 6b86e062844ae0e5b3fc84ba170fdfa0f5eddf45 Mon Sep 17 00:00:00 2001 From: Rico Tiongson Date: Wed, 6 Mar 2019 23:55:14 +0800 Subject: [PATCH] Attempt fix build errors in travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fb7f40b..885a2d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,8 @@ addons: - libinput-tools - g++-7 env: - CC: g++-7 + CC: gcc-7 + CXX: g++-7 install: - pip install . script: