mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
Merge pull request #678 from sizmailov/sizmailov-patch-1
Update .travis.yml
This commit is contained in:
commit
2be3b00faf
@ -120,7 +120,7 @@ matrix:
|
|||||||
|
|
||||||
# Clang 5.0
|
# Clang 5.0
|
||||||
- env: COMPILER=clang++-5.0 BUILD_TYPE=Debug
|
- env: COMPILER=clang++-5.0 BUILD_TYPE=Debug
|
||||||
addons: &clang40
|
addons: &clang50
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- clang-5.0
|
- clang-5.0
|
||||||
@ -132,7 +132,7 @@ matrix:
|
|||||||
key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
|
key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
|
||||||
|
|
||||||
- env: COMPILER=clang++-5.0 BUILD_TYPE=Release
|
- env: COMPILER=clang++-5.0 BUILD_TYPE=Release
|
||||||
addons: *clang40
|
addons: *clang50
|
||||||
|
|
||||||
##########################################################################
|
##########################################################################
|
||||||
# GCC on Linux
|
# GCC on Linux
|
||||||
|
Loading…
Reference in New Issue
Block a user