summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Fish <bjfish@users.noreply.github.com>2015-02-22 14:03:21 -0600
committerLamont Granquist <lamont@scriptkiddie.org>2015-12-04 11:01:02 -0800
commit53820d96664d8360b4e42ae60eb806f68a236f23 (patch)
treed94eb72acaf065e7a943e8fbf1d5b2e5661d4a55
parent3c18cd94ec153b73441ef3e3f4bd3c82a7f24587 (diff)
downloadchef-bjfish-patch-1.tar.gz
Add Rubinius to Build Matrix with Allowed Failurebjfish-patch-1
Please add Rubinius to the build matrix with failure allowed.
-rw-r--r--.travis.yml4
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