Updated .travis.yml to support linux and gcc
This commit is contained in:
parent
2f8479016f
commit
7f7d101440
@ -1,10 +1,13 @@
|
||||
# Environment
|
||||
language: cpp
|
||||
os: osx
|
||||
os:
|
||||
- osx
|
||||
- linux
|
||||
|
||||
# Compiler selection
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
|
||||
# Build/test steps
|
||||
script:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user