language: ruby script: bundle exec rake before_install: - rvm @global do gem uninstall bundler --all --force --executables - gem uninstall bundler --all --force --executables - gem install bundler -v "$BUNDLER_VERSION" # bundler_args: --without development install: - travis_retry bundle install addons: code_climate: repo_token: 3a5d0d815b7e9bc2c6b4608f74babd935d43fa564cd9041944dfd221f593a4db matrix: include: - gemfile: Gemfile rvm: 2.3.0 env: BUNDLER_VERSION='1.7.9' notifications: email: on_success: change on_failure: always recipients: - andrew@topdog.za.net