Update .travis.yml

This commit is contained in:
ksherlock 2019-12-10 13:18:36 -05:00 committed by GitHub
parent 48a21693b0
commit 18c4a4f710
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,9 +6,9 @@ matrix:
- os: linux
env: COMPILER_NAME=gcc CXX=g++ CC=gcc
- os: linux
env: COMPILER_NAME=clang CXX=clang++-3.8 CC=clang-3.8
env: COMPILER_NAME=clang CXX=clang CC=clang
script: make all
script: make merlin-link
compiler:
- clang