diff options
author | Thom May <thom@may.lt> | 2015-12-07 09:28:52 +0000 |
---|---|---|
committer | Thom May <thom@may.lt> | 2015-12-07 09:28:52 +0000 |
commit | 5b0f23f56aeb4eec2c4bea29a3d4ff93caa4c11b (patch) | |
tree | c7280438ba6413648c8cb4f1036b5540a9ab3b29 /.travis.yml | |
parent | 691d0b8c14816316a814823c6113b74e89360662 (diff) | |
parent | 53820d96664d8360b4e42ae60eb806f68a236f23 (diff) | |
download | chef-5b0f23f56aeb4eec2c4bea29a3d4ff93caa4c11b.tar.gz |
Merge pull request #4239 from chef/bjfish-patch-1
Add Rubinius to Build Matrix with Allowed Failure
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index d2c1f4bcff..e619dd9f9d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,6 +33,8 @@ matrix: sudo: true - rvm: 2.2 sudo: true + - rvm: rbx + sudo: true - rvm: 2.2 cache: env: "GEMFILE_MOD=\"gem 'chef-zero', github: 'chef/chef-zero'\"" @@ -142,6 +144,8 @@ matrix: - bundle exec sudo -E bash /tmp/proxy_tests/run_tests.sh chef_client \* \* /tmp/out.txt after_script: cat /tmp/out.txt + allow_failures: + - rvm: rbx notifications: on_change: true on_failure: true |