👷 Override install phase

Gets rid of duplicate command:
$ bundle install --jobs=3 --retry=3 --deployment

https://docs.travis-ci.com/user/languages/ruby/#Travis-CI-uses-Bundler
This commit is contained in:
Ben Chatelain 2017-05-23 18:34:25 -06:00
parent 82aa95eee5
commit 849655d957

View file

@ -8,7 +8,7 @@ env:
- LC_ALL=en_US.UTF-8
- LANGUAGE=en_US.UTF-8
before_install:
install:
- bundle install
script: