--- language: ruby sudo: required before_install: - sudo apt-get update -qq - sudo apt-get install -y rpm - rm Gemfile.lock || true bundler_args: --without development notifications: email: false rvm: - 2.0.0 - 2.1.0 - 1.9.3 script: - "bundle exec rake spec" matrix: fast_finish: true allow_failures: - rvm: 1.9.3