sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit e8bf263f025cd45bc4bd2b6196e3002f724c9b2c
parent b21aeefd0130a061da3e74deabb22c84249a9e86
Author: Gaute Hope <eg@gaute.vetsj.com>
Date:   Thu, 10 Apr 2014 15:13:58 +0200

travis: update submodules

Diffstat:
M .travis.yml | 1 +
M Rakefile | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
@@ -8,5 +8,6 @@ rvm:
 before_install:
   - sudo apt-get update -qq
   - sudo apt-get install -qq uuid-dev uuid libncursesw5-dev libncursesw5 gnupg2 pandoc
+  - git submodule update --init --recursive
 
 script: bundle exec rake travis
diff --git a/Rakefile b/Rakefile
@@ -34,7 +34,7 @@ task :doc do
 
   # test if wiki is cloned
   unless File.exist? 'doc/wiki/man/manpage.md'
-    puts "wiki git repository is not cloned in doc/wiki."
+    puts "wiki git repository is not cloned in doc/wiki, try: git submodule update --init."
     return
   end