diff --git a/.travis.yml b/.travis.yml index dc92f4e..8bcb9b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,5 +18,7 @@ matrix: branches: only: - master +before_install: + - 'gem update --system --no-doc' after_script: - '[ ${TRAVIS_EVENT_TYPE} != "pull_request" ] && [ ${TRAVIS_BRANCH} = "master" ] && bundle exec codeclimate-test-reporter'