language: ruby cache: bundler os: - linux - osx rvm: - 2.5 - 2.4 - 2.3 - ruby-head before_install: - gem install bundler -v 2.0.1 - bundle install - npm install -g puppeteer matrix: allow_failures: - rvm: ruby-head