sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit c4aa7e8257dfd522af67bcef86db5dde451510ab
parent 55f6b77ab6327495241e3c2ced6e33cb6ee8dd35
Author: Iain Parris <ip2.vcs@parris.org>
Date:   Tue, 16 Jun 2020 23:07:42 +0100

Travis CI: Build on Ruby 2.5, 2.6 (Ubuntu 20.04 LTS - focal)

Following commit 55f6b77, we now build successfully on Ruby 2.5 and Ruby
2.6.

Diffstat:
M .travis.yml | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -1,15 +1,14 @@
 language: ruby
 
-dist: trusty
+dist: focal
 
 rvm:
-  - 2.0
-  - 2.1
-  - 2.2
+  - 2.5
+  - 2.6
 
 before_install:
-  - sudo apt-get update -qq
-  - sudo apt-get install -qq uuid-dev uuid libncursesw5-dev libncursesw5 gnupg2 pandoc
+  - sudo apt update -qq
+  - sudo apt install -qq uuid-dev uuid libncursesw5-dev libncursesw5 gnupg2 pandoc
   - git submodule update --init --recursive
 
 script: