Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
fix(tests): travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
0x-r4bbit committed Jun 21, 2013
1 parent 3cf733d commit 629bb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A translation module for AngularJS",
"main": "index.js",
"scripts": {
"test": "./node_modules/karma/bin/karma start --browsers Firefox --single-run"
"test": "./node_modules/karma/bin/karma start karma.unit.conf.js --browsers Firefox --single-run"
},
"author": {
"name": "Pascal Precht"
Expand Down

0 comments on commit 629bb8d

Please sign in to comment.