Skip to content

Commit

Permalink
Test on Ruby 2.6 in Travis + test on Xenial
Browse files Browse the repository at this point in the history
Bump ruby patch releases, Add Ruby 2.6 and test on Ubuntu Xenial.

Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Dec 18, 2018
1 parent f070000 commit e11a657
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
sudo: false
language: ruby
cache: bundler
dist: xenial

matrix:
include:
- rvm: 2.2.10
- rvm: 2.3.7
- rvm: 2.4.4
- rvm: 2.5.1
- rvm: 2.3.8
- rvm: 2.4.5
- rvm: 2.5.4
- rvm: 2.6
- rvm: ruby-head
allow_failures:
- rvm: ruby-head
Expand Down

0 comments on commit e11a657

Please sign in to comment.