Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
language: ruby
sudo: false
# Travis Ruby 1.9.3 stack is defaulting to version 1.7.6 of bundler
# which is incompatible with the Rubygems 2.6.13 security release.
#
# TODO: Remove when Travis updates its default:
# https://github.com/travis-ci/travis-ci/issues/8357
before_install:
- gem install bundler --version 1.15.4
bundler_args: --without development extra
script:
- "bundle exec rake $CHECK"
Expand Down