language: ruby rvm: - 2.1 - 2.2 install: - bundle install --deployment script: - bundle exec rake ci cache: directories: - vendor branches: only: - master notifications: email: false