Loading script/test +4 −1 Original line number Diff line number Diff line Loading @@ -3,8 +3,11 @@ set -e [ -d ./bats/bin ] && export PATH=./bats/bin:"$PATH" bats -t test STATUS=0 bats -t test || STATUS="$?" if [ "$TRAVIS_SECURE_ENV_VARS" = "true" ]; then ./script/mirror update "$TRAVIS_COMMIT_RANGE" fi exit "$STATUS" Loading
script/test +4 −1 Original line number Diff line number Diff line Loading @@ -3,8 +3,11 @@ set -e [ -d ./bats/bin ] && export PATH=./bats/bin:"$PATH" bats -t test STATUS=0 bats -t test || STATUS="$?" if [ "$TRAVIS_SECURE_ENV_VARS" = "true" ]; then ./script/mirror update "$TRAVIS_COMMIT_RANGE" fi exit "$STATUS"