Skip to content

Commit

Permalink
makefile: change location of karma-runner bin script
Browse files Browse the repository at this point in the history
  • Loading branch information
logicalparadox committed Nov 27, 2013
1 parent f82f43f commit 1654808
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 @@ -54,12 +54,12 @@ test-cov: lib-cov

test-phantom: build
@printf "==> [Test :: Karma (PhantomJS)]\n"
@./node_modules/.bin/karma start \
@./node_modules/karma/bin/karma start \
--single-run --browsers PhantomJS

test-sauce: build
@printf "==> [Test :: Karma (Sauce)]\n"
@CHAI_TEST_ENV=sauce ./node_modules/.bin/karma start \
@CHAI_TEST_ENV=sauce ./node_modules/karma/bin/karma start \
--single-run

test-coveralls: lib-cov
Expand Down

0 comments on commit 1654808

Please sign in to comment.