diff options
author | Tim Smith <tsmith84@gmail.com> | 2016-03-02 14:12:33 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2016-03-02 14:12:33 -0800 |
commit | b5074266cbaf96fa7264fe0660f51497f6babb98 (patch) | |
tree | 48d6d64e57867a568e24c7fe5d6f6cf0ee38a75a /.travis.yml | |
parent | ac9f5a2ae4ada9f2e6e821418ed3a9039bda9a91 (diff) | |
download | ohai-b5074266cbaf96fa7264fe0660f51497f6babb98.tar.gz |
Test on Ruby 2.0 and 2.3.0
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 4788d07b..c3719218 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,10 @@ before_install: - bundle --version - gem --version rvm: + - 2.0 - 2.1 - 2.2 + - 2.3.0 script: - bundle exec chefstyle |