diff options
author | Florian Frank <flori@ping.de> | 2012-10-02 16:00:02 +0200 |
---|---|---|
committer | Florian Frank <flori@ping.de> | 2012-10-02 16:00:02 +0200 |
commit | 2d2b921fe1396b75dcb0f624021fb20062c68600 (patch) | |
tree | f2f17c1618107aa5c6499c46f9d2a6a8ac007d2c | |
parent | 7fd0a67e8645bc20b2cec4f0a21029c5e03ce9ed (diff) | |
download | json-2d2b921fe1396b75dcb0f624021fb20062c68600.tar.gz |
Allow 1.8.6. to fail on travis, does always anyway
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index f80253b..647a707 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,5 +13,8 @@ rvm: - jruby-18mode - jruby-19mode - ruby-head +matrix: + allow_failures: + - rvm: 1.8.6 script: "bundle exec rake" |