Skip to content

Commit 12eb1dc

Browse files
author
André Gaul
committed
add grunt test to package.json
1 parent 117c27c commit 12eb1dc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ couchmap-common
22
===============
33

44
Show data based on geolocation - this is common code for all CouchMap repos
5+
6+
Unit test status: [![Build Status](https://travis-ci.org/libremap/couchmap-common.png?branch=master)](https://travis-ci.org/libremap/couchmap-common)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Show data based on geolocation - this is the CouchDB API part",
55
"main": "src/index.js",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
7+
"test": "grunt test"
88
},
99
"repository": {
1010
"type": "git",

0 commit comments

Comments
 (0)