bundle: command not found

This commit is contained in:
Karel Pičman 2019-01-03 11:00:19 +01:00
parent 56cd51b359
commit bbf2b08330

View File

@ -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