Removes ruby-head from Travis
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user