From bbf2b083306ba139c37e03f0f7692fec50c8824d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Thu, 3 Jan 2019 11:00:19 +0100 Subject: [PATCH] bundle: command not found --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c9f92a17..6c18bc98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,7 @@ rvm: - 2.5 before_install: + - gem install bundler - mysql -e 'CREATE DATABASE IF NOT EXISTS test CHARACTER SET utf8mb4;' - psql -c 'create database test;' -U postgres - export WORKSPACE=`pwd`/workspace