make test

See #269
This commit is contained in:
Thaddee Tyl 2014-09-27 23:16:25 +02:00
parent 55748b3b42
commit f45ba3f8d1
2 changed files with 4 additions and 3 deletions

View File

@ -30,4 +30,7 @@ setup:
redis:
./redis/src/redis-server
.PHONY: all favicon website deploy setup redis
test:
npm test
.PHONY: all favicon website deploy setup redis test

View File

@ -68,8 +68,6 @@ What kind of meta data can you convey using badges?
- [semver](http://semver.org/) version observance: `semver | 2.0.0`
- amount of [gittip](http://gittip.com) donations per week: `tips | $2/week`
## Font
The font chosen in the specification is [DejaVu Sans](http://dejavu-fonts.org) a font family based on the Vera Fonts under a [Free license](http://dejavu-fonts.org/wiki/License).
## Specification
See [SPECIFICATION.md](spec/SPECIFICATION.md).