Skip to content

Commit 0f7b2c7

Browse files
committed
[FIXUP][.travis.yml] Don't use bundle exec
Since we are skipping `bundle install`, don't depend on it when launching the rake tasks.
1 parent 129af28 commit 0f7b2c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
- RVM_RUBY_VERSION=ruby-head
1616

1717
install:
18-
- bundle exec rake test:docker:$RVM_RUBY_VERSION:build
18+
- rake test:docker:$RVM_RUBY_VERSION:build
1919

2020
script:
21-
- bundle exec rake test:docker:$RVM_RUBY_VERSION
21+
- rake test:docker:$RVM_RUBY_VERSION

0 commit comments

Comments
 (0)