Skip to content

Commit 6e3c3ec

Browse files
author
bors-servo
authored
Auto merge of #188 - servo:jdm-patch-11, r=asajeffrey
Fix macOS TravisCI builds <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/mozjs/188) <!-- Reviewable:end -->
2 parents 05c7d30 + 980d994 commit 6e3c3ec

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,22 @@ addons:
2121
- g++-6
2222
- clang-5.0
2323
homebrew:
24+
update: true
2425
packages:
2526
- python
2627
- python@2
28+
29+
- ccache
30+
- llvm
31+
- yasm
2732

2833
env:
2934
- FEATURES=""
3035
- FEATURES="--features debugmozjs"
3136

3237
before_script:
3338
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CC=gcc-6; export CXX=g++-6; fi
34-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew install [email protected] ccache llvm yasm; fi
39+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PYTHON3="/usr/local/opt/python/bin/python3"; fi
3540

3641
script:
3742
- ccache -z

0 commit comments

Comments
 (0)