Skip to content
This repository was archived by the owner on Nov 12, 2022. It is now read-only.

Commit 1ac258a

Browse files
committed
Install CMake on OS X
1 parent f6e30b1 commit 1ac258a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ env:
1313
- FEATURES="--features debugmozjs"
1414

1515
before_install:
16-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install ccache; fi
16+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
17+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install ccache cmake; fi
18+
- cmake --version
1719

1820
script:
1921
- ccache -z

0 commit comments

Comments
 (0)