mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 23:29:25 +00:00
Try to use more recent compilers on travis
This commit is contained in:
parent
ed999f0195
commit
ded63c12f1
10
.travis.yml
10
.travis.yml
@ -12,19 +12,19 @@ matrix:
|
||||
packages:
|
||||
- check
|
||||
- libsubunit-dev
|
||||
- gcc-5
|
||||
env: COMPILER=gcc-5
|
||||
- gcc-7
|
||||
env: COMPILER=gcc-7
|
||||
- compiler: clang
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
- llvm-toolchain-precise-3.8
|
||||
- llvm-toolchain-trusty-6.0
|
||||
packages:
|
||||
- check
|
||||
- libsubunit-dev
|
||||
- clang-3.8
|
||||
env: COMPILER=clang-3.8
|
||||
- clang-6.0
|
||||
env: COMPILER=clang-6.0
|
||||
|
||||
addons:
|
||||
apt:
|
||||
|
Loading…
Reference in New Issue
Block a user