reverted: bundle: command not found

This commit is contained in:
Karel Pičman 2019-01-03 11:40:27 +01:00
parent bbf2b08330
commit c6f711ff7d

View File

@ -29,7 +29,6 @@ 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