feat: move to next aegir

This commit is contained in:
David Dias 2016-11-03 09:02:16 +00:00
parent 4dcf0f1b9f
commit 11980acc95
3 changed files with 32 additions and 9 deletions

1
.gitignore vendored
View File

@ -31,5 +31,4 @@ build
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules
lib
dist

View File

@ -1,10 +1,35 @@
sudo: false
language: node_js
node_js:
- "stable"
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
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

View File

@ -2,8 +2,7 @@
"name": "interface-stream-muxer",
"version": "0.4.0",
"description": "A test suite and interface you can use to implement a stream muxer.",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
"main": "src/index.js",
"scripts": {
"test": "exit(0)",
"build": "aegir-build --env node",
@ -34,16 +33,16 @@
"chai": "^3.5.0",
"chai-checkmark": "^1.0.1",
"detect-node": "^2.0.3",
"libp2p-tcp": "^0.8.1",
"libp2p-tcp": "^0.9.1",
"multiaddr": "^2.0.3",
"pull-generate": "^2.2.0",
"pull-pair": "^1.1.0",
"pull-stream": "^3.4.3",
"pull-stream": "^3.5.0",
"run-parallel": "^1.1.6",
"run-series": "^1.1.4"
},
"devDependencies": {
"aegir": "^8.1.2"
"aegir": "^9.0.1"
},
"contributors": [
"David Dias <daviddias.p@gmail.com>",
@ -52,4 +51,4 @@
"Jeffrey Hulten <jhulten@gmail.com>",
"greenkeeperio-bot <support@greenkeeper.io>"
]
}
}