Skip to content

Commit 7338f5f

Browse files
committed
Don't run bundle exec rake on Traivs
Signed-off-by: David Celis <[email protected]>
1 parent 572055c commit 7338f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ rvm:
33
- 1.9.3
44
- 2.0.0
55
- 2.1.0
6-
script: bundle exec rake
6+
script: bundle exec rspec
77
env:
88
- PAGINATOR=kaminari
99
- PAGINATOR=will_paginate

0 commit comments

Comments
 (0)