Updated .travis.yml to support linux and gcc

This commit is contained in:
yhirose 2019-06-26 14:29:07 -04:00
parent 2f8479016f
commit 7f7d101440

View file

@ -1,12 +1,15 @@
# Environment
language: cpp
os: osx
os:
- osx
- linux
# Compiler selection
compiler:
- clang
- gcc
# Build/test steps
script:
script:
- cd ${TRAVIS_BUILD_DIR}/test
- make all
- make all