From 232fbcf75b8f396e2bc0ac2caca86a23a048ef06 Mon Sep 17 00:00:00 2001 From: armatusmiles <akurotych@gmail.com> Date: Thu, 19 Jul 2018 19:03:49 +0300 Subject: [PATCH] Delete libev from travis building --- .travis.yml | 3 --- README.md | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9fd20e4..2247e4c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,6 @@ dist: trusty notifications: email: false -before_install: - - sudo apt-get install libev-dev - script: - export CC=gcc-5 - mkdir build diff --git a/README.md b/README.md index 5f0611d..875938e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # libdap Deus Applications Prototypes: core library -[](https://travis-ci.com/demlabsinc/libdap) +[](https://travis-ci.com/kelvinblockchain/libdap) ## Build and Run tests: ``` -- GitLab