From acd9fc13e4d192e0486f83ac4ab7bdeccf4831c4 Mon Sep 17 00:00:00 2001 From: Adam Meehan Date: Tue, 11 Jun 2019 17:24:32 +1000 Subject: [PATCH] add bundle command to travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 17ecba7..053cfb4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ language: ruby before_install: - gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true - gem install bundler -v '< 2' +before_script: + - bundle install cache: bundler gemfile: