We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 524953a commit 3a2faf4Copy full SHA for 3a2faf4
developer-scripts/travis/before_install.osx.sh
@@ -27,6 +27,6 @@ if [[ -n "${TRAVIS_TAG}" ]] && ${TRAVIS_SECURE_ENV_VARS} ; then
27
curl https://izaakbeekman.com/izaak.pubkey.txt | gpg --import
28
git tag -v "${TRAVIS_TAG}"
29
fi
30
-gfortran --version
31
-gcc --version
32
-g++ --version
+gfortran --version || true
+gcc --version || true
+g++ --version || true
0 commit comments