-
Notifications
You must be signed in to change notification settings - Fork 29.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3,345 changed files
with
195,038 additions
and
64,994 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
Alex K. Wolfe <alexkwolfe@gmail.com> | ||
Andrew Bradley <cspotcode@gmail.com> | ||
Andrew Lunny <alunny@gmail.com> | ||
Arlo Breault <arlolra@gmail.com> | ||
Benjamin Coe <bencoe@gmail.com> | ||
Benjamin Coe <bencoe@gmail.com> <ben@npmjs.com> | ||
Brian White <mscdex@mscdex.net> <mscdex@gmail.com> | ||
Cedric Nelson <cedric.nelson@gmail.com> | ||
Charlie Robbins <charlie.robbins@gmail.com> | ||
Dalmais Maxence <root@ip-10-195-202-5.ec2.internal> | ||
Danila Gerasimov <danila.gerasimov@gmail.com> | ||
David Beitey <david@davidjb.com> | ||
Domenic Denicola <domenic@domenicdenicola.com> | ||
Einar Otto Stangvik <einaros@gmail.com> | ||
Erik Wienhold <git@ewie.name> | ||
Evan Lucas <evan@btc.com> <evan.lucas@hattiesburgclinic.com> | ||
Evan Lucas <evan@btc.com> <evanlucas@me.com> | ||
Faiq Raza <faiqrazarizvi@gmail.com> | ||
Forbes Lindesay <forbes@lindesay.co.uk> | ||
Forrest L Norvell <ogd@aoaioxxysz.net> <forrest@npmjs.com> | ||
Gabriel Barros <descartavel1@gmail.com> | ||
Geoff Flarity <geoff.flarity@gmail.com> <gflarity@raptvm-x02.(none)> | ||
Isaac Z. Schlueter <i@izs.me> <i@foohack.com> | ||
Isaac Z. Schlueter <i@izs.me> isaacs <i@izs.me> | ||
Jake Verbaten <raynos2@gmail.com> | ||
James Sanders <jimmyjazz14@gmail.com> | ||
Jason Smith <jhs@iriscouch.com> | ||
Jonas Weber <github@jonasw.de> | ||
Julien Meddah <julien.meddah@deveryware.com> | ||
Kris Windham <kriswindham@gmail.com> | ||
Lin Clark <lin.w.clark@gmail.com> | ||
Luke Arduini <luke.arduini@gmail.com> <luke.arduini@me.com> | ||
Maciej Małecki <me@mmalecki.com> <maciej.malecki@notimplemented.org> | ||
Max Goodman <c@chromakode.com> | ||
Maxim Bogushevich <boga1@mail.ru> | ||
Maximilian Antoni <mail@maxantoni.de> <maximilian.antoni@juliusbaer.com> | ||
Michael Hayes <michael@hayes.io> <mhayes@newrelic.com> | ||
Nicolas Morel <marsup@gmail.com> | ||
Olivier Melcher <olivier.melcher@gmail.com> | ||
Ra'Shaun Stovall <rashaunstovall@gmail.com> | ||
Rebecca Turner <me@re-becca.org> <turner@mikomi.org> | ||
Rebecca Turner <me@re-becca.org> <rebecca@npmjs.com> | ||
Ryan Emery <seebees@gmail.com> | ||
Sam Mikes <smikes@cubane.com> | ||
Takaya Kobayashi <jigsaw@live.jp> | ||
Timo Weiß <timoweiss@Timo-MBP.local> | ||
Tony <zearin@gonk.net> | ||
Trent Mick <trentm@gmail.com> <trent.mick@joyent.com> | ||
Visnu Pitiyanuvath <visnupx@gmail.com> | ||
Will Elwood <w.elwood08@gmail.com> | ||
Wout Mertens <Wout.Mertens@gmail.com> | ||
Yeonghoon Park <sola92@gmail.com> | ||
Zeke Sikelianos <zeke@sikelianos.com> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,18 @@ | ||
language: node_js | ||
script: "npm run-script tap" | ||
sudo: false | ||
node_js: | ||
- "0.11" | ||
- "5" | ||
- "4" | ||
- iojs | ||
- "0.12" | ||
- "0.10" | ||
- "0.8" | ||
env: | ||
- DEPLOY_VERSION=testing | ||
before_install: | ||
- "npm config set spin false" | ||
- "npm install -g npm/npm#2.x" | ||
- "mkdir -p /var/run/couchdb" | ||
script: "npm test" | ||
notifications: | ||
slack: npm-inc:kRqQjto7YbINqHPb1X6nS3g8 |
Oops, something went wrong.