Skip to content
This repository has been archived by the owner on Dec 17, 2018. It is now read-only.

Commit

Permalink
Updating .npmignore, adding Slack notifications to Travis file and ba…
Browse files Browse the repository at this point in the history
…dges to readme
  • Loading branch information
corymsmith committed Oct 26, 2016
1 parent 1057c9b commit 20d1489
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ src/
test/
!lib/
.github/
coverage
.editorconfig
.travis.yml
.istanbul.yml
.babelrc
16 changes: 12 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
language: node_js
node_js:
- '0.10'
- '0.12'
- 'node'
- 'iojs'
- node
- '6'
- '4'
- iojs
- '0.12'
- '0.10'
sudo: false
notifications:
email: false
slack:
rooms:
secure: eYfXNTDBSKOAM7HH+ew4DYRFBdtDTrHlr4FDk4WsmB9bWdBLkiO8NroygSMtEUQnfa7Suth+NdDRNuiyGbOOIxU3pV2Jzr4FXgGDc+6+QWklUGLSkpbEv3Qw6EvvKvv62TXKvVBIoq4NY5MCRGj918aCy396o00FKHhGeeANqbL7JFGhQbcNGki2EIUcqj9poGL8DrcCgzzfYu1DbupjMvV87j8Dy6CFJLBWjpS099S8oEjUkN2Pw3Fjg5taU5NbYPOu0/EO2EF1HGnXOCn6FQGnJ5RI3DoGjnXskLuNSUfgPsq3n11ivvklbruteZZDkEkYxKcHO0b7tia8oNIMFPQ8w5HCVPujfmxuzD2Jb5V84+luCMdad3iSKPuX23wBcVPrlnICwf12tfPZCLq2Vy3qv5evgmVrrHdOJ55Qr5QvkOKYKx8Y60YsAUKH3iDcKUvJp5g/Ien4rbhw3cEsIEneHpJJzXRJLrrU7TbTspHy6hONA9fVXTfRhm38uxqGl4wP3u8uJ6MzP4HjNFZCPN76j9oMYyiix5uqHAyKsJoqicnj1TScp7eD4YRn1tpa0g/PRAXlLoWiXLLi/gR2lNh2kpo1MIQJApLrBUregh5KDjRNAk8lpQItx6pk6NW/NR+MspS879vt3xMeD0nEku43QWc/9WIT58nn6WaMPy0=
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# feathers-service-tests

[![Build Status](https://travis-ci.org/feathersjs/feathers-service-tests.png?branch=master)](https://travis-ci.org/feathersjs/feathers-service-tests)
[![Dependency Status](https://img.shields.io/david/feathersjs/feathers-service-tests.svg?style=flat-square)](https://david-dm.org/feathersjs/feathers-service-tests)
[![Download Status](https://img.shields.io/npm/dm/feathers-service-tests.svg?style=flat-square)](https://www.npmjs.com/package/feathers-service-tests)
[![Slack Status](http://slack.feathersjs.com/badge.svg)](http://slack.feathersjs.com)

> A standardized testing harness for Feathers services
Expand Down

0 comments on commit 20d1489

Please sign in to comment.