diff options
author | Uģis Ozols <ugis.ozolss@gmail.com> | 2012-04-26 10:51:48 +0300 |
---|---|---|
committer | Uģis Ozols <ugis.ozolss@gmail.com> | 2012-04-26 10:51:50 +0300 |
commit | d1bfab99ce9a0cd756efa4a8da61bff1d8a5edcf (patch) | |
tree | 52e80bfe1d973533ee29f08c8cd2e617391df99f | |
parent | 69b9699fca9b24026c88267afec87be2a86fcb46 (diff) | |
download | refinerycms-blog-d1bfab99ce9a0cd756efa4a8da61bff1d8a5edcf.tar.gz refinerycms-blog-d1bfab99ce9a0cd756efa4a8da61bff1d8a5edcf.tar.bz2 refinerycms-blog-d1bfab99ce9a0cd756efa4a8da61bff1d8a5edcf.zip |
Changes on Travis:
* Remove Ruby 1.9.2 testing
* Allow Rubinius to fail
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e8fb782..16cbffc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,9 +10,11 @@ notifications: env: - DB=postgresql - DB=mysql +matrix: + allow_failures: + - rvm: rbx rvm: - 1.8.7 - - 1.9.2 - 1.9.3 - rbx - jruby |