1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-08 11:59:16 +00:00

fix go env for travis

This commit is contained in:
deadc0de6
2020-09-15 22:17:59 +02:00
parent 9768a96b96
commit 23bebf252d

View File

@@ -10,7 +10,7 @@ install:
- "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"
- "GO111MODULE=on go get -u github.com/raviqqe/liche" - "env GO111MODULE=on go get -u github.com/raviqqe/liche"
script: script:
./tests.sh ./tests.sh
after_success: after_success: