Another stab at fixing TravisCI, which tried to run karma through /node_modules/.bin and failed.

This commit is contained in:
Scott Erickson 2014-06-07 18:36:56 -07:00
parent ac488eb196
commit 3aaf02446d

View file

@ -11,5 +11,5 @@ before_script:
- "./node_modules/.bin/brunch b"
script:
- "./node_modules/.bin/karma start --browsers Firefox --single-run"
- "./node_modules/karma/bin/karma start --browsers Firefox --single-run"