From f45ba3f8d146387e5da4d4c48cbe68a44ff49145 Mon Sep 17 00:00:00 2001 From: Thaddee Tyl Date: Sat, 27 Sep 2014 23:16:25 +0200 Subject: [PATCH] make test See #269 --- Makefile | 5 ++++- README.md | 2 -- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ac91c3d..a1c6a12 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README.md b/README.md index f22635d..fea64d2 100644 --- a/README.md +++ b/README.md @@ -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).