sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit aa3fccfc40e7c6e1808312f7b22d605c76361956
parent 00bd7e6466f2fd698d5d3389072de37f74736f01
Author: Gaute Hope <eg@gaute.vetsj.com>
Date:   Mon, 17 Mar 2014 10:40:38 +0100

Run travis on 2.1.0, but allow failure

Issue #266 needs to be resolved before tests pass.

Diffstat:
M .travis.yml | 4 ++++
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -1,6 +1,7 @@
 language: ruby
 
 rvm:
+  - 2.1.0
   - 2.0.0
   - 1.9.3
 
@@ -10,3 +11,6 @@ before_install:
 
 script: bundle exec rake travis
 
+matrix:
+  allow_failures:
+    - rvm: 2.1.0