Skip to content

Commit ae5c90b

Browse files
committed
before install automake for travis osx
1 parent c55680b commit ae5c90b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ matrix:
2727
before_install:
2828
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq; fi
2929
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y yasm; fi
30+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install automake; fi
3031
#
3132
# The addon source is automatically checked out in $TRAVIS_BUILD_DIR,
3233
# we'll put the Kodi source on the same level

0 commit comments

Comments
 (0)