Skip to content

Commit

Permalink
Chore: Update travis Configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jfelchner committed May 29, 2019
1 parent 9fc63db commit ef1af65
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .travis.yml
@@ -1,22 +1,22 @@
language: ruby
cache: bundler
sudo: false
before_install: gem update
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.0
- 2.1.0
- 2.1
- 2.2.0
- 2.2
- 2.3.0
- 2.3
- 2.4.0
- 2.4
- 2.5.0
- 2.5
- ruby-head
- ree
- rbx
matrix:
allow_failures:
- rvm: ruby-head
- rvm: rbx
- 2.6.0
- 2.6
before_install:
- gem update bundler
script: bundle exec rspec

0 comments on commit ef1af65

Please sign in to comment.