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
1 changed files with 7 additions and 11 deletions

View File

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