mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 09:18:27 +00:00
Updated .travis.yml to support linux and gcc
This commit is contained in:
parent
2f8479016f
commit
7f7d101440
1 changed files with 6 additions and 3 deletions
|
@ -1,10 +1,13 @@
|
||||||
# Environment
|
# Environment
|
||||||
language: cpp
|
language: cpp
|
||||||
os: osx
|
os:
|
||||||
|
- osx
|
||||||
|
- linux
|
||||||
|
|
||||||
# Compiler selection
|
# Compiler selection
|
||||||
compiler:
|
compiler:
|
||||||
- clang
|
- clang
|
||||||
|
- gcc
|
||||||
|
|
||||||
# Build/test steps
|
# Build/test steps
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue