diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2015-02-23 14:05:18 -0800 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2015-02-23 14:05:18 -0800 |
commit | 24ff7855ca2f62e59fc951fa30b225f42369c2a2 (patch) | |
tree | 83c18c2d6fbdaf6b2555081fbc0098b7250388d2 /.travis.yml | |
parent | 907879c420ee617acc2f1ad0483c675c41b2004f (diff) | |
parent | f458984ed1315adb939baf4362bd7bf4f25e09ff (diff) | |
download | psych-24ff7855ca2f62e59fc951fa30b225f42369c2a2.tar.gz |
Merge pull request #224 from bjfish/patch-1
Adding RVM listing for Rubinius
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 2c45195..6cfdb72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,12 @@ rvm: - 2.0.0 - 2.1.0 - ruby-head + - rbx-2 before_script: - gem install hoe - gem install rake-compiler - gem install minitest -v '~> 4.0' script: rake test +matrix: + allow_failures: + - rvm: rbx-2
\ No newline at end of file |