diff options
| author | Gibheer <gibheer@gmail.com> | 2012-12-17 22:03:50 +0100 | 
|---|---|---|
| committer | Gibheer <gibheer@gmail.com> | 2012-12-17 22:11:02 +0100 | 
| commit | 09a179b2567273b7fc6f41b68a16d00d4c981714 (patch) | |
| tree | 9ae6fb55a499ecd36f37674fd40cd4271cef7453 | |
| parent | 84829f81f5dee18d4df5e715aef3aa8ab211a925 (diff) | |
allow 1.8 to fail
| -rw-r--r-- | .travis.yml | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/.travis.yml b/.travis.yml index 984e26f..f9ad29b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,3 +8,8 @@ rvm:    - rbx-19mode    - 1.8.7  script: thor spec +matrix: +  allow_failures: +    - rvm: 1.8.7 +    - rvm: rbx-18mode +    - rvm: jruby-18mode | 
