1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 08:33:49 +00:00

move to focal on travis

This commit is contained in:
deadc0de6
2020-09-15 22:47:59 +02:00
parent 57f69418a2
commit 10273e2ac7

View File

@@ -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: