diff --git a/.travis.yml b/.travis.yml index 9fd20e4e9fa1c3f7421a42aaa9d00e326f0940a1..2247e4c6e817f49bef4622f1b072b43d4cff6de7 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 5f0611d166341f3ca3c0bc199eb0be1e07d6949e..875938ea9051533880a81fd88db7649ebe17e0b4 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: ```