diff --git a/.travis.yml b/.travis.yml index 8515f3ff..befad1f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/Makefile b/Makefile index 2a667583..54c18d3b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ SHELL=/bin/bash -o pipefail +export GO111MODULE=on + BIN_DIR?=$(shell pwd)/tmp/bin EMBEDMD_BIN=$(BIN_DIR)/embedmd