From 472946010bcfa0fddacf6ceb08aa4f652bb9cfb2 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Fri, 29 Mar 2019 23:53:33 +0900 Subject: [PATCH] Fixed travis test variables --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ca18e027..dfd9ae61 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,8 +21,9 @@ matrix: fast_finish: true env: - - GO111MODULE=on - - ARN_ROOT=$TRAVIS_BUILD_DIR + global: + - GO111MODULE=on + - ARN_ROOT=$TRAVIS_BUILD_DIR # Anything in before_script that returns a nonzero exit code will # flunk the build and immediately stop. It's sorta like having