Skip to content

Commit

Permalink
Fixed path to executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Günnewig committed Jul 15, 2015
1 parent d534b1e commit 4a6d304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -20,7 +20,7 @@ install:
- cinst ansicon

test_script:
- bundle exec scripts/test --trace
- bundle exec rake test --trace

environment:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion script/test
@@ -1,3 +1,3 @@
#!/bin/sh

bundle exec rake test
bundle exec rake test $*

0 comments on commit 4a6d304

Please sign in to comment.