sudo: required dist: trusty rvm: - 2.4.6 - 2.5.5 - 2.6.3 cache: bundler addons: chrome: stable before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start script: bundle exec rake $RAKE_TASK env: - RAKE_TASK=spec - RAKE_TASK=features