summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-10-18 13:37:49 +0300
committerWolfy-J <[email protected]>2018-10-18 13:37:49 +0300
commit0a995cdd5b218e56250fc4758fbaefcd218c9cc6 (patch)
tree8e7689c6b5a6c4a0939d4a365e4c031131b86a4c
parentb860e026b440b337d98326e2b95d48abae05c095 (diff)
- go fmtv1.2.6
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 4eaa0c98..3e0f94f8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,9 +5,6 @@ sudo: required
go:
- "1.11.x"
-env:
- - GO111MODULE=on
-
before_install:
- sudo add-apt-repository -y ppa:ondrej/php
- sudo apt-get update
@@ -17,6 +14,7 @@ before_install:
- composer self-update
install:
+ - export GO111MODULE=on
- go mod download
- composer install --no-interaction --prefer-source --ignore-platform-reqs