mirror of
https://github.com/thelsing/knx.git
synced 2025-10-17 11:14:33 +02:00
Fix travis
This commit is contained in:
parent
acd7be4f9e
commit
3d49802074
@ -2,6 +2,7 @@
|
||||
include:
|
||||
# Test build for Linux platform
|
||||
- language: cpp
|
||||
dist: focal
|
||||
os: linux
|
||||
addons:
|
||||
apt:
|
||||
@ -9,7 +10,7 @@
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- g++-7
|
||||
- python3.7
|
||||
- python3.8
|
||||
env:
|
||||
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
|
||||
cache:
|
||||
|
Loading…
Reference in New Issue
Block a user