Skip to content

Commit

Permalink
fucking travis
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtajina committed Aug 26, 2012
1 parent 397f8d1 commit 18f5fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = function(grunt) {
if (this.target === 'e2e') {
var tests = grunt.file.expand(this.data);
var processToKill;
var cmd = './bin/testacular';
var cmd = 'testacular';
var args = [
'start', null, '--log-level=debug', '--single-run', '--no-auto-watch', '--reporter=dots', '--browsers=' + BROWSERS
];
Expand Down

0 comments on commit 18f5fd7

Please sign in to comment.