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

Commit 29c3496

Browse files
author
bors-servo
authored
Auto merge of #310 - emilio:travis, r=<try>
Potentially fix travis build. r? @Ms2ger <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-mozjs/310) <!-- Reviewable:end -->
2 parents fc380e0 + 63aecac commit 29c3496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
- FEATURES="--features debugmozjs"
1313

1414
before_install:
15-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install ccache; fi
15+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install ccache yasm; fi
1616

1717
script:
1818
- ccache -z

0 commit comments

Comments
 (0)