.travis.yml: removed; ocserv cannot be built in ubuntu14.04

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
Nikos Mavrogiannopoulos
2018-03-10 17:57:54 +01:00
parent 3365eb8ab4
commit 71f7b81b28
2 changed files with 0 additions and 16 deletions

View File

@@ -1,15 +0,0 @@
dist: trusty
sudo: required
language: c
compiler:
- gcc
before_script:
- sudo apt-get update -qq
- sudo apt-get install -qq autoconf automake libtool libgnutls28-dev libev-dev libwrap0-dev
libpam0g-dev liblz4-dev libseccomp-dev libreadline-dev libnl-route-3-dev libkrb5-dev libtasn1-6-dev
libhttp-parser-dev libpcl1-dev libopts25-dev autogen protobuf-c-compiler gperf libprotobuf-c0-dev libtalloc-dev
libseccomp-dev libreadline-dev liblockfile-bin lcov nuttcp
script: autoreconf -fvi && ./configure && make && make check

View File

@@ -1,5 +1,4 @@
Gitlab CI [![Build status](https://gitlab.com/ocserv/ocserv/badges/master/build.svg)](https://gitlab.com/ocserv/ocserv/commits/master)
Travis [![Build Status](https://travis-ci.org/openconnect/ocserv.svg?branch=master)](https://travis-ci.org/openconnect/ocserv)
[![coverage report](https://gitlab.com/ocserv/ocserv/badges/master/coverage.svg)](https://gitlab.com/ocserv/ocserv/commits/master)
(coverage report doesn't include tests that run under docker)