Skip to content

Commit 0757454

Browse files
author
Eric Wendelin
committed
Remove old make targets
1 parent 327dddf commit 0757454

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ test-ci:
1313
@NODE_ENV=test ./node_modules/karma/bin/karma start karma.conf.ci.js --single-run && \
1414
cat ./coverage/IE\ 7*/lcov.info | ./node_modules/coveralls/bin/coveralls.js --verbose
1515

16-
browser:
17-
open spec/spec-runner.html
18-
19-
phantom:
20-
/usr/bin/env DISPLAY=:1 phantomjs spec/lib/run-jasmine.js spec/spec-runner.html
21-
2216
build: components
2317
@component build --dev
2418

0 commit comments

Comments
 (0)