diff --git a/makefile b/makefile index 0c41028d6..18dd090c5 100644 --- a/makefile +++ b/makefile @@ -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