Added compiler

This commit is contained in:
Christoph Haas 2018-08-14 16:24:08 +02:00
parent d39b9b1c3f
commit d4f48f4921

View file

@ -5,8 +5,9 @@ test:
- stretch
script:
- apt-get update -qy
- apt-get install -y ruby ruby-dev imagemagick git
- apt-get install -y ruby ruby-dev imagemagick git build-essential
- gem install bundler
- bundle install --path /cache
- bundle exec rake db:create RAILS_ENV=test
- bundle exec rake test