language: ruby cache: bundler rvm: - 1.8.7 - 2.1.8 before_install: - sudo apt-get -qq update - sudo apt-get install -y libgmp3-dev script: - bundle exec rake ci:spec bundler_args: --without development