Update .travis.yml

This commit is contained in:
thelsing 2019-12-18 22:46:08 +01:00 committed by GitHub
parent 20d5158620
commit 5f84c25120
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: