bundle update not required as a before_script in travis.yml

This commit is contained in:
Viren Mohindra 2017-03-08 13:36:24 -05:00
commit a44ab3ee44
No known key found for this signature in database
GPG key ID: 6148352D8545AEF9

View file

@ -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"