Removes ruby-head from Travis

This commit is contained in:
erwanlr
2019-11-01 17:47:05 +00:00
parent 430e65c12e
commit 353e7dcbb9

View File

@@ -5,13 +5,9 @@ rvm:
- 2.4.9 - 2.4.9
- 2.5.7 - 2.5.7
- 2.6.5 - 2.6.5
- ruby-head
before_install: before_install:
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc" - "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
- gem update --system - gem update --system
matrix:
allow_failures:
- rvm: ruby-head
script: script:
- bundle exec rubocop - bundle exec rubocop
- bundle exec rspec - bundle exec rspec