Commit 176de35d by Wojciech Wnętrzak

Fix build by adding missing package in new distro, added more Ruby versions to test

parent 82cd3781
language: ruby
cache: bundler
rvm:
- 2.1
- 2.2.2
- 2.2
- 2.3
- 2.4
script: "bundle exec rake clean spec cucumber"
before_install:
- rvm @global do gem uninstall bundler -a -x
- rvm @global do gem install bundler -v 1.12.5
addons:
apt:
packages:
- ghostscript
gemfile:
- gemfiles/4.2.gemfile
......@@ -17,6 +23,3 @@ matrix:
exclude:
- gemfile: gemfiles/5.0.gemfile
rvm: 2.1
sudo: false
cache: bundler
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment