mirror of
https://github.com/thelsing/knx.git
synced 2025-01-21 00:05:43 +01:00
Update .travis.yml
This commit is contained in:
parent
ca79c4ed35
commit
ffa2eea65b
@ -3,14 +3,13 @@
|
|||||||
# Test build for Linux platform
|
# Test build for Linux platform
|
||||||
- language: cpp
|
- language: cpp
|
||||||
os: linux
|
os: linux
|
||||||
python:
|
|
||||||
- "3.8"
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
packages:
|
packages:
|
||||||
- g++-7
|
- g++-7
|
||||||
|
- python3.7
|
||||||
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