travis-ci: update clang version on travis-ci

This commit is contained in:
Laszlo Nagy
2019-11-24 23:15:04 +11:00
parent 947f8721ab
commit 55477ccdbe

View File

@@ -3,41 +3,38 @@ language: python
matrix: matrix:
include: include:
- os: linux - os: linux
dist: xenial dist: bionic
sudo: false sudo: false
python: 2.7 python: 2.7
env: env:
- TRAVIS_CLANG=clang-7 - TRAVIS_CLANG=clang-8
- os: linux - os: linux
dist: xenial dist: bionic
sudo: false
python: 3.4
env:
- TRAVIS_CLANG=clang-7
- os: linux
dist: xenial
sudo: false sudo: false
python: 3.5 python: 3.5
env: env:
- TRAVIS_CLANG=clang-7 - TRAVIS_CLANG=clang-8
- TYPECHECK=true
- os: linux - os: linux
dist: xenial dist: bionic
sudo: false sudo: false
python: 3.6 python: 3.6
env: env:
- TRAVIS_CLANG=clang-7 - TRAVIS_CLANG=clang-8
- TYPECHECK=true - TYPECHECK=true
- os: linux - os: linux
dist: xenial dist: bionic
sudo: false sudo: false
python: 3.7 python: 3.7
env: env:
- TRAVIS_CLANG=clang-7 - TRAVIS_CLANG=clang-8
- TYPECHECK=true
- os: linux
dist: bionic
sudo: false
python: 3.8
env:
- TRAVIS_CLANG=clang-8
- TYPECHECK=true - TYPECHECK=true
- os: osx
osx_image: xcode7.3
language: generic
- os: osx - os: osx
osx_image: xcode8 osx_image: xcode8
language: generic language: generic
@@ -45,10 +42,10 @@ matrix:
addons: addons:
apt: apt:
sources: sources:
- llvm-toolchain-xenial-7 - llvm-toolchain-bionic-8
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
packages: packages:
- clang-7 - clang-8
- cmake - cmake
- scons - scons
- qt4-qmake - qt4-qmake