Skip to content

Commit

Permalink
Setup Travis and Coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
makara committed May 3, 2016
1 parent efa5fe3 commit 8d70e1c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
sudo: false
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- "5"
- "4"
services:
- couchdb
install:
- npm install
before_script:
- npm prune
script:
- make test-coveralls
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# loopback-connector-couchdb

[![Build Status](https://travis-ci.org/Wiredcraft/loopback-connector-couchdb.svg?branch=master)](https://travis-ci.org/Wiredcraft/loopback-connector-couchdb) [![Coverage Status](https://coveralls.io/repos/github/Wiredcraft/loopback-connector-couchdb/badge.svg?branch=master)](https://coveralls.io/github/Wiredcraft/loopback-connector-couchdb?branch=master)

0 comments on commit 8d70e1c

Please sign in to comment.