Skip to content

Commit

Permalink
chore(travis): use local karma binary, not global
Browse files Browse the repository at this point in the history
I'm not installing karma globally, that seems silly. This ought to work for Travis, until windows
tests are needed. Worry about that later.
  • Loading branch information
caitp committed Mar 11, 2014
1 parent d64265b commit daef316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ before_script:
- sh -e /etc/init.d/xvfb start

script:
- karma start --single-run --browsers Firefox
- node_modules/karma/bin/karma start --single-run --browsers Firefox

0 comments on commit daef316

Please sign in to comment.