mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 17:28:29 +00:00
Removed linux and gcc from .travis.yml
This commit is contained in:
parent
cdc45c4601
commit
49f21f74cb
1 changed files with 0 additions and 2 deletions
|
@ -2,12 +2,10 @@
|
||||||
language: cpp
|
language: cpp
|
||||||
os:
|
os:
|
||||||
- osx
|
- osx
|
||||||
- linux
|
|
||||||
|
|
||||||
# Compiler selection
|
# Compiler selection
|
||||||
compiler:
|
compiler:
|
||||||
- clang
|
- clang
|
||||||
- gcc-4.9
|
|
||||||
|
|
||||||
# Build/test steps
|
# Build/test steps
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue