Merge pull request #678 from sizmailov/sizmailov-patch-1

Update .travis.yml
This commit is contained in:
Gabriel Dos Reis 2018-05-21 10:19:25 -07:00 committed by GitHub
commit 2be3b00faf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@ matrix:
# Clang 5.0
- env: COMPILER=clang++-5.0 BUILD_TYPE=Debug
addons: &clang40
addons: &clang50
apt:
packages:
- clang-5.0
@ -132,7 +132,7 @@ matrix:
key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
- env: COMPILER=clang++-5.0 BUILD_TYPE=Release
addons: *clang40
addons: *clang50
##########################################################################
# GCC on Linux