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: rvm:
- 2.1 - 2.1
- 2.2.2 - 2.2
- 2.3
- 2.4
script: "bundle exec rake clean spec cucumber" script: "bundle exec rake clean spec cucumber"
before_install: addons:
- rvm @global do gem uninstall bundler -a -x apt:
- rvm @global do gem install bundler -v 1.12.5 packages:
- ghostscript
gemfile: gemfile:
- gemfiles/4.2.gemfile - gemfiles/4.2.gemfile
...@@ -17,6 +23,3 @@ matrix: ...@@ -17,6 +23,3 @@ matrix:
exclude: exclude:
- gemfile: gemfiles/5.0.gemfile - gemfile: gemfiles/5.0.gemfile
rvm: 2.1 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