1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-13 23:36:30 +00:00

Have Travis CI update homebrew in each run.

This commit is contained in:
Lars Brinkhoff 2021-04-15 13:01:24 +02:00
parent 06f90a0502
commit f7598ecc86

View File

@ -31,6 +31,7 @@ install_freebsd() {
}
install_osx() {
brew update
case "$EMULATOR" in
simh) brew install sdl2;;
pdp10-*) brew install sdl2;;