Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a1f171

Browse files
committed
travis: remove needless "bundle exec"
1 parent 6397ffa commit 8a1f171

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
@@ -33,7 +33,7 @@ matrix:
3333
- gem install csv -v 3.0.1
3434
- gem install csv -v 3.0.2
3535
script:
36-
- bundle exec rake benchmark
36+
- rake benchmark
3737
- name: "gem"
3838
rvm: 2.6
3939
install:

0 commit comments

Comments
 (0)