Remove travis build

This commit is contained in:
cpq 2020-12-06 22:51:32 +00:00
parent 47d3fe5af6
commit 77d461dcbf

View File

@ -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