From e51bacc217b46c41b649a25cc0ea7e7094ff3f39 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Tue, 15 Sep 2020 22:54:57 +0200 Subject: [PATCH] fix travis go --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7225c2a..d10fe85 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: