diff options
author | Seth Vargo <sethvargo@gmail.com> | 2013-05-19 22:25:02 -0500 |
---|---|---|
committer | Seth Vargo <sethvargo@gmail.com> | 2013-05-19 22:25:02 -0500 |
commit | 0f822af86610fc09729a15ddc970f99747fc9139 (patch) | |
tree | 8abe34854afe39b873249fc8e8a4a43e5c1a0dd5 /.travis.yml | |
parent | b6dd46e054c06a163aba534906806caf5bad104b (diff) | |
download | chef-zero-0f822af86610fc09729a15ddc970f99747fc9139.tar.gz |
Apparently the .travis.yml doesn't work that way...
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 754ce3a..202cdea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,5 @@ rvm: script: bundle exec rake spec matrix: allow_failures: - - rvm: - - 1.8.7 # We support 1.8.7, but chef-pedant doesn't - - jruby-19mode # Mixlib Shellout uses fork+exec + - rvm: 1.8.7 # We support 1.8.7, but chef-pedant doesn't + - rvm: jruby-19mode # Mixlib Shellout uses fork+exec |