Skip to content

Commit

Permalink
specify chrome in single test run
Browse files Browse the repository at this point in the history
  • Loading branch information
bcamper committed Mar 6, 2015
1 parent 6bb8805 commit e6b2702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build-testable: lint dist/tangram.debug.js
node build.js --debug=true --all './test/*.js' > dist/tangram.test.js

test: build-testable
$(KARMA) start --single-run
$(KARMA) start --browsers Chrome --single-run

test-ci: build-testable
$(KARMA) start --browsers SL_Firefox --single-run
Expand Down

0 comments on commit e6b2702

Please sign in to comment.