language: ruby rvm: - 2.2.2 cache: bundler branches: only: - master install: - travis_retry bundle update script: - rake after_success: - "bash <(curl -s https://codecov.io/bash)"