Skip to content

Commit f0e1b48

Browse files
committed
Appveyor - 'bundle exec rake' instead of 'rake' (match Travis?)
1 parent 519ae4d commit f0e1b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install:
1313
build: off
1414

1515
test_script:
16-
- rake
16+
- bundle exec rake
1717

1818
on_finish:
1919
- ruby -v

0 commit comments

Comments
 (0)