Skip to content
Snippets Groups Projects
Commit c9900d6a authored by Damien Grisonnet's avatar Damien Grisonnet
Browse files

Makefile: export GO111MODULE=on

parent 02642511
No related branches found
No related tags found
No related merge requests found
......@@ -18,4 +18,4 @@ jobs:
- name: Run tests
script: make --always-make test
- name: Run e2e tests
script: GO111MODULE=on ./tests/e2e/travis-e2e.sh
script: ./tests/e2e/travis-e2e.sh
SHELL=/bin/bash -o pipefail
export GO111MODULE=on
BIN_DIR?=$(shell pwd)/tmp/bin
EMBEDMD_BIN=$(BIN_DIR)/embedmd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment