Update .travis.yml

This commit is contained in:
thelsing 2019-12-18 23:05:08 +01:00 committed by GitHub
parent 337e5bd3a5
commit f7de00c1df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,10 +7,8 @@
apt:
sources:
- ubuntu-toolchain-r-test
- deadsnakes
packages:
- g++-7
- python3.7
env:
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
cache:
@ -33,14 +31,6 @@
- cd build
- cmake ..
- make
- cd ../../..
- echo "building knxPython"
- cd examples/knxPython
- mkdir -p build
- cd build
- cmake ..
- make
- cd ../../..
# Test build for Arduino platform
- language: cpp