From 53820d96664d8360b4e42ae60eb806f68a236f23 Mon Sep 17 00:00:00 2001 From: Brandon Fish Date: Sun, 22 Feb 2015 14:03:21 -0600 Subject: Add Rubinius to Build Matrix with Allowed Failure Please add Rubinius to the build matrix with failure allowed. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.1