Merge branch 'release/1.0.2' into production

This commit is contained in:
Raymond Feng 2013-11-20 10:58:56 -08:00
commit 290fd30d08
1 changed files with 0 additions and 3 deletions

View File

@ -10,7 +10,4 @@ test-verbose:
$(TESTER) $(OPTS) --reporter spec $(TESTS)
testing:
$(TESTER) $(OPTS) --watch $(TESTS)
coverage:
$(TESTER) $(OPTS) -r blanket -R html-cov $(TESTS) > coverage_loopback-connector-mysql.html
.PHONY: test docs coverage