add clang to .travis.yml

This commit is contained in:
木头云 2018-12-17 14:22:48 +08:00 committed by GitHub
parent 0b3a561c53
commit e548201d43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,8 @@ matrix:
include: include:
- os: linux - os: linux
compiler: gcc compiler: gcc
- os: linux
compiler: clang
install: install:
- sudo apt-get update - sudo apt-get update