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