use xenial and clang-7.0 on travis-ci

This commit is contained in:
Laszlo Nagy
2019-01-01 12:38:30 +11:00
parent 5d205f0373
commit 1b86c9792b

View File

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