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