Fixed travis test variables

This commit is contained in:
Eduard Urbach 2019-03-29 23:53:33 +09:00
parent 3ae4856ef9
commit 472946010b

View File

@ -21,8 +21,9 @@ matrix:
fast_finish: true fast_finish: true
env: env:
- GO111MODULE=on global:
- ARN_ROOT=$TRAVIS_BUILD_DIR - GO111MODULE=on
- ARN_ROOT=$TRAVIS_BUILD_DIR
# Anything in before_script that returns a nonzero exit code will # Anything in before_script that returns a nonzero exit code will
# flunk the build and immediately stop. It's sorta like having # flunk the build and immediately stop. It's sorta like having