Block 'make release' unless JSHint/tests are happy

This commit is contained in:
Andrew Stewart 2014-12-15 13:39:59 -08:00
parent 8685b57c83
commit 6bffc20020
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ lint:
ci: lint cover ci: lint cover
release: release: lint test
@git push origin master @git push origin master
@git checkout release ; git merge master ; git push ; git checkout master @git checkout release ; git merge master ; git push ; git checkout master
@git tag -m "$(VERSION)" v$(VERSION) @git tag -m "$(VERSION)" v$(VERSION)