Skip to content

Commit 129af28

Browse files
committed
[FIXUP] s/after_install/install
Avoid doing a `bundle install` since it isn't necessary
1 parent b639f54 commit 129af28

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
@@ -14,7 +14,7 @@ env:
1414
- RVM_RUBY_VERSION=2.6
1515
- RVM_RUBY_VERSION=ruby-head
1616

17-
after_install:
17+
install:
1818
- bundle exec rake test:docker:$RVM_RUBY_VERSION:build
1919

2020
script:

0 commit comments

Comments
 (0)