mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-05 05:04:43 +00:00
fix travis go
This commit is contained in:
@@ -5,15 +5,12 @@ python:
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
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"
|
||||
- "go get -u github.com/raviqqe/liche"
|
||||
- "env GO111MODULE=on go get -u github.com/raviqqe/liche"
|
||||
script:
|
||||
./tests.sh
|
||||
after_success:
|
||||
|
||||
Reference in New Issue
Block a user