Attempt fix c++ version
This commit is contained in:
parent
115ec68ca9
commit
f2329e8b7a
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user