mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-28 23:49:44 +08:00
Remove travis build
This commit is contained in:
parent
47d3fe5af6
commit
77d461dcbf
22
.travis.yml
22
.travis.yml
@ -1,22 +0,0 @@
|
||||
language: c
|
||||
sudo: false
|
||||
after_success: bash <(curl -s https://codecov.io/bash)
|
||||
branches:
|
||||
only:
|
||||
- 7.0
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
# - windows
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
script: make mg_prefix cpp test ex
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
compiler: msvc98
|
||||
script: make vc98 vc2017
|
||||
sudo: required
|
||||
services:
|
||||
- docker
|
Loading…
x
Reference in New Issue
Block a user