Skip to content

Commit 5edcb42

Browse files
committed
Skip semverver installation on macOS as well
1 parent 65217be commit 5edcb42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ case "${TRAVIS_OS_NAME}" in
3333
;;
3434
esac
3535

36-
# FIXME: Somehow we couldn't install semverver on Travis' Windows builder.
37-
if [ "${TRAVIS_OS_NAME}" = "windows" ]; then
36+
# FIXME: Sometimes we couldn't install semverver on Travis' Windows builder.
37+
if [ "${TRAVIS_OS_NAME}" != "linux" ]; then
3838
exit 0
3939
fi
4040

0 commit comments

Comments
 (0)