Upgraded to new arn version

This commit is contained in:
2019-03-29 23:36:43 +09:00
parent 25aca283db
commit 2ce660555f
3 changed files with 15 additions and 28 deletions

View File

@ -20,6 +20,9 @@ matrix:
# tests pass on the stable versions of Go.
fast_finish: true
env:
- 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
# set -e enabled in bash.