Skip to content

Commit cad7f0b

Browse files
author
Vladimir Kotal
committed
honor RUNNER_OS=macOS
1 parent 3dc141c commit cad7f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/before_install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if [[ "$TRAVIS_OS_NAME" == "linux" || "$RUNNER_OS" == "Linux" ]]; then
4646

4747
# for API blueprint verification
4848
npm install drafter
49-
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
49+
elif [[ "$TRAVIS_OS_NAME" == "osx" || "$RUNNER_OS" == "macOS" ]]; then
5050
# brew update
5151
export HOMEBREW_NO_AUTO_UPDATE=1
5252

0 commit comments

Comments
 (0)