diff options
author | Gabriel Horner <gabriel.horner@gmail.com> | 2012-03-20 18:19:29 -0400 |
---|---|---|
committer | Gabriel Horner <gabriel.horner@gmail.com> | 2012-03-20 18:19:29 -0400 |
commit | 79677cf11df012dd7643ad12cd8583ab85262588 (patch) | |
tree | 21423d3460c5ad395ddc6adcb135870b139fa3aa | |
parent | d62f978a857c6f63df14830d85b3380c9f408cbd (diff) | |
download | bacon-79677cf11df012dd7643ad12cd8583ab85262588.tar.gz bacon-79677cf11df012dd7643ad12cd8583ab85262588.tar.xz bacon-79677cf11df012dd7643ad12cd8583ab85262588.zip |
all tests green - remove allowed_failures for travis
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml index 601fdf7..4cf6110 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,10 +10,3 @@ rvm: notifications: recipients: - gabriel.horner@gmail.com -matrix: - # until issues are fixed - allow_failures: - - rvm: rbx-18mode - - rvm: rbx-19mode - - rvm: jruby-18mode - - rvm: jruby-19mode |