diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-03-29 16:09:27 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-03-29 16:09:27 -0700 |
commit | c95ea4640dcf35636101871248e3370a2836fa4b (patch) | |
tree | 35dc8c31ea3760e79014ce08a36f2e1c50871084 /.travis.yml | |
parent | 5379c192c70b32a2c9a1fa9debedd26a4c1b98e3 (diff) | |
download | chef-c95ea4640dcf35636101871248e3370a2836fa4b.tar.gz |
add ruby-2.3.0 to travis matrix
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e0edc70411..710ca9b002 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,6 +35,9 @@ matrix: - rvm: 2.2 sudo: true bundler_args: --without server docgen maintenance + - rvm: 2.3.0 + sudo: true + bundler_args: --without server docgen maintenance - rvm: rbx sudo: true bundler_args: --without server docgen maintenance ruby_prof pry |