Attempt fix c++ version

This commit is contained in:
Rico Tiongson 2019-03-10 18:24:54 +08:00
parent 115ec68ca9
commit f2329e8b7a

View File

@ -1,5 +1,8 @@
dist: xenial
language: c++
c++:
- g++-7
- g++-8
sudo: required
git:
depth: false
@ -11,10 +14,6 @@ addons:
packages:
- libxdo-dev
- libinput-tools
- g++-7
env:
CC: gcc-7
CXX: g++-7
install:
- bash install
script: