Update .travis.yml

This commit is contained in:
ksherlock 2019-12-10 13:43:49 -05:00 committed by GitHub
parent 0672111313
commit 43fd7a1b6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,12 @@
dist: bionic dist: bionic
language: generic language: cpp
os: osx os:
matrix: - osx
include: - linux
- os: linux
env: COMPILER_NAME=gcc CXX=g++ CC=gcc
- os: linux
env: COMPILER_NAME=clang CXX=clang++ CC=clang
script: make merlin-link
compiler: compiler:
- clang - clang
- gcc - gcc
script: make all