Skip to content

Commit 3a2faf4

Browse files
committed
Fix macOS build
1 parent 524953a commit 3a2faf4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

developer-scripts/travis/before_install.osx.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ if [[ -n "${TRAVIS_TAG}" ]] && ${TRAVIS_SECURE_ENV_VARS} ; then
2727
curl https://izaakbeekman.com/izaak.pubkey.txt | gpg --import
2828
git tag -v "${TRAVIS_TAG}"
2929
fi
30-
gfortran --version
31-
gcc --version
32-
g++ --version
30+
gfortran --version || true
31+
gcc --version || true
32+
g++ --version || true

0 commit comments

Comments
 (0)