bundle update not required as a before_script in travis.yml
This commit is contained in:
parent
807778e050
commit
a44ab3ee44
1 changed files with 0 additions and 4 deletions
|
|
@ -4,10 +4,6 @@ sudo: false
|
|||
rvm:
|
||||
- 2.2.5
|
||||
|
||||
|
||||
before_script:
|
||||
- bundle update
|
||||
|
||||
# Assume bundler is being used, therefore
|
||||
# the `install` step will run `bundle install` by default.
|
||||
script: "bundle exec rake test"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue