Skip to content

Commit

Permalink
Run test-jasmine on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sunesimonsen committed Jun 24, 2015
1 parent 0addd76 commit f3f0f07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test-phantomjs: ${TARGETS}
@$(eval QUERY=$(shell node -e "console.log(decodeURIComponent(process.argv.pop()).replace(/\s/g, '%20'))" "${grep}")) \
./node_modules/.bin/mocha-phantomjs test/tests.html?grep=${QUERY}

test-jasmine:
test-jasmine: ${TARGETS}
./node_modules/.bin/jasmine JASMINE_CONFIG_PATH=test/support/jasmine.json

test-jasmine-browser: unexpected.js
Expand All @@ -42,7 +42,7 @@ coverage: lib/*
test-browser: unexpected.js
@./node_modules/.bin/serve .

travis: lint test test-phantomjs coverage
travis: lint test test-phantomjs test-jasmine coverage
-<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js

.PHONY: git-dirty-check
Expand Down

0 comments on commit f3f0f07

Please sign in to comment.