From 360dcfba12228b62b3205085c374d51cfca774fd Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Tue, 23 Apr 2019 10:56:11 +0100 Subject: [PATCH] chore: add discourse badge (#7) --- .travis.yml | 38 -------------------------------------- README.md | 8 ++++---- package.json | 2 +- 3 files changed, 5 insertions(+), 43 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 9d678dd..0000000 --- a/.travis.yml +++ /dev/null @@ -1,38 +0,0 @@ -sudo: false -language: node_js - -matrix: - include: - - node_js: 4 - env: CXX=g++-4.8 - - node_js: 6 - env: - - SAUCE=true - - CXX=g++-4.8 - - node_js: stable - env: CXX=g++-4.8 - -# Make sure we have new NPM. -before_install: - - npm install -g npm - -script: - - npm run lint - - npm test - - npm run coverage - - make test - -before_script: - - export DISPLAY=:99.0 - - sh -e /etc/init.d/xvfb start - -after_success: - - npm run coverage-publish - -addons: - firefox: 'latest' - apt: - sources: - - ubuntu-toolchain-r-test - packages: - - g++-4.8 diff --git a/README.md b/README.md index 073adb1..91995a2 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ interface-peer-discovery ======================== -[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io) -[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/) -[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs) -[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard) +[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://protocol.ai) +[![](https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square)](http://libp2p.io/) +[![](https://img.shields.io/badge/freenode-%23libp2p-yellow.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23libp2p) +[![Discourse posts](https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg)](https://discuss.libp2p.io) > A test suite and interface you can use to implement a Peer Discovery module for libp2p. diff --git a/package.json b/package.json index 1b7f8d9..3482b9a 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "homepage": "https://github.com/libp2p/interface-peer-discovery", "dependencies": {}, "devDependencies": { - "aegir": "^10.0.0" + "aegir": "^18.2.2" }, "engines": { "node": ">=4.0.0",