From f0159a877d07a1d5beb2e3d2e02946040acba9cc Mon Sep 17 00:00:00 2001 From: richie Date: Tue, 11 Oct 2016 22:34:33 -0700 Subject: [PATCH] travis/ci: bundle update instead of install --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b38d980..c982758 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,5 @@ env: - "RAILS_VERSION=4.2.0" - "RAILS_VERSION=5.0.0" cache: bundler -install: bundle install +install: bundle update script: ./ci/test.sh