From 2c2bd6828635d85e4dd8685b439456ef6fc9d1ec Mon Sep 17 00:00:00 2001 From: Dan Kortschak Date: Thu, 28 Mar 2019 05:44:53 +1030 Subject: [PATCH] travis: guard against internal exits --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d588d0da..df05a165 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,7 +68,7 @@ install: script: - ${TRAVIS_BUILD_DIR}/.travis/check-imports.sh - ${TRAVIS_BUILD_DIR}/.travis/check-copyright.sh - - source ${TRAVIS_BUILD_DIR}/.travis/$TRAVIS_OS_NAME/$BLAS_LIB/test.sh + - /bin/bash ${TRAVIS_BUILD_DIR}/.travis/$TRAVIS_OS_NAME/$BLAS_LIB/test.sh - test -z "$(gofmt -d .)" # This is run last since it alters the tree. - ${TRAVIS_BUILD_DIR}/.travis/check-generate.sh