mirror of
https://github.com/thelsing/knx.git
synced 2025-02-23 00:15:35 +01:00
Update .travis.yml
This commit is contained in:
parent
20d5158620
commit
5f84c25120
@ -9,7 +9,6 @@
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- g++-7
|
||||
- python3.7
|
||||
env:
|
||||
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
|
||||
cache:
|
||||
@ -21,6 +20,9 @@
|
||||
quiet: true
|
||||
|
||||
before_install:
|
||||
- sudo add-apt-repository -y ppa:deadsnakes/ppa
|
||||
- sudo apt-get -q update
|
||||
- sudo apt-get -y install python3.7
|
||||
- eval "${MATRIX_EVAL}"
|
||||
|
||||
install:
|
||||
|
Loading…
Reference in New Issue
Block a user