sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit c8439530e14cd5d5ad90fdddbc6bc7e3fed6c246
parent 740e3177d0d5a0e4d06d6b7c2c6a2294cdcd544d
Author: Iain Parris <ipv2.vcs@parris.org>
Date:   Sat, 13 Jun 2020 23:48:37 +0100

travis: Set dist "trusty" (Ubuntu 14.04 LTS)

The last successful Travis CI build was for commit dd337a9 (2015-08-20).
At the time, the default distribution was "precise" (Ubuntu 12.04 LTS).
But now "sudo apt-get update" no longer succeeds for precise, as it is
long out of support. Therefore, move to the next oldest Ubuntu version,
"trusty" (Ubuntu 14.04 LTS).

Diffstat:
M .travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
@@ -1,6 +1,6 @@
 language: ruby
 
-dist: precise
+dist: trusty
 
 rvm:
   - 2.0