From f2ca93f26a1d976616110b3ac16d90becfc8a1f8 Mon Sep 17 00:00:00 2001 From: Christopher Monsanto Date: Sun, 9 May 2021 21:25:07 -0400 Subject: [PATCH] Travis should run Ubuntu 20.04 Need newer Python 3 for better-sqlite install script --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index dd9c9134..29ebc964 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ sudo: false +dist: focal language: node_js node_js: - '14'