mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-09 07:44:16 +00:00
move to focal on travis
This commit is contained in:
@@ -4,13 +4,16 @@ python:
|
|||||||
- "3.6"
|
- "3.6"
|
||||||
- "3.7"
|
- "3.7"
|
||||||
- "3.8"
|
- "3.8"
|
||||||
dist: xenial
|
dist: focal
|
||||||
|
env:
|
||||||
|
global:
|
||||||
|
- GO111MODULE="on"
|
||||||
install:
|
install:
|
||||||
- "pip install pip --upgrade"
|
- "pip install pip --upgrade"
|
||||||
- "pip install -r tests-requirements.txt"
|
- "pip install -r tests-requirements.txt"
|
||||||
- "pip install -r requirements.txt"
|
- "pip install -r requirements.txt"
|
||||||
- "npm install -g remark-cli remark-validate-links"
|
- "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:
|
script:
|
||||||
./tests.sh
|
./tests.sh
|
||||||
after_success:
|
after_success:
|
||||||
|
|||||||
Reference in New Issue
Block a user