Skip to content

Commit 887845a

Browse files
author
bors-servo
authored
Auto merge of #125 - servo:travis, r=SimonSapin
Update Homebrew on Travis <!-- 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/125) <!-- Reviewable:end -->
2 parents 21eb2a4 + a24f987 commit 887845a

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
@@ -16,7 +16,7 @@ script:
1616
- cargo build --verbose --verbose $FEATURES
1717

1818
before_install:
19-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install yasm; fi
19+
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew install yasm; fi
2020

2121
notifications:
2222
webhooks: http://build.servo.org:54856/travis

0 commit comments

Comments
 (0)