Merge remote-tracking branch 'origin/master' into mapconfig-reorg

This commit is contained in:
Raul Ochoa 2016-05-23 13:11:14 +02:00
commit 8553326c1b

View File

@ -43,7 +43,7 @@ jshint:
@echo "***jshint***"
@./node_modules/.bin/jshint lib/ test/ app.js
test-all: jshint test
test-all: test jshint
coverage:
@RUNTESTFLAGS=--with-coverage make test