From 10273e2ac7fd9cf9ebecd63c08337add8ceed766 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Tue, 15 Sep 2020 22:47:59 +0200 Subject: [PATCH] move to focal on travis --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 63c945d..7225c2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,13 +4,16 @@ python: - "3.6" - "3.7" - "3.8" -dist: xenial +dist: focal +env: + global: + - GO111MODULE="on" install: - "pip install pip --upgrade" - "pip install -r tests-requirements.txt" - "pip install -r requirements.txt" - "npm install -g remark-cli remark-validate-links" - - "env GO111MODULE=on go get -u github.com/raviqqe/liche" + - "go get -u github.com/raviqqe/liche" script: ./tests.sh after_success: