Remove install section from .travis.yml

According to the docs[1], "bundle install" is done automatically.

[1]: https://docs.travis-ci.com/user/languages/ruby/#Bundler
This commit is contained in:
Claudio Bley 2018-07-10 22:42:28 +02:00
parent 9276698c5f
commit 63dc465fc6

View file

@ -43,6 +43,3 @@ script:
- colorls --color=never
- colorls --color=always
install:
- gem install bundler
- bundle install