summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJared Norman <jared@super.gd>2019-01-09 17:31:30 -0800
committerJared Norman <jared@super.gd>2019-01-09 17:35:26 -0800
commit34880833eb3b98c33b971e766fd35942e36ca7be (patch)
tree9164e50204d376086c0fbc609d1683f33c901054 /.travis.yml
parent2cf03df348cf07f8de0a5d295378065dbc62b766 (diff)
Fix Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e08f7f3..b04a0e5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,4 +7,6 @@ rvm:
env:
matrix:
- SOLIDUS_BRANCH=v2.4 DB=postgres
-before_install: gem install bundler -v 1.17.1
+before_install:
+ - gem update --system
+ - gem install bundler