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 65217be commit 5edcb42Copy full SHA for 5edcb42
ci/run.sh
@@ -33,8 +33,8 @@ case "${TRAVIS_OS_NAME}" in
33
;;
34
esac
35
36
-# FIXME: Somehow we couldn't install semverver on Travis' Windows builder.
37
-if [ "${TRAVIS_OS_NAME}" = "windows" ]; then
+# FIXME: Sometimes we couldn't install semverver on Travis' Windows builder.
+if [ "${TRAVIS_OS_NAME}" != "linux" ]; then
38
exit 0
39
fi
40
0 commit comments