sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 91ed87abc2563e44714d1bd0a287333b57ed5c9b
parent e2013babf661604eac10287f73ea9c63483eb479
Author: Gaute Hope <eg@gaute.vetsj.com>
Date:   Sat, 13 Apr 2013 02:39:09 -0700

Merge pull request #21 from gauteh/add-rvm-2.0.0-to-travis

add ruby 2.0.0 to rvm
Diffstat:
M .travis.yml | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -1,6 +1,7 @@
 language: ruby
 
 rvm:
+  - 2.0.0
   - 1.9.3
   - 1.8.7