1
0
mirror of https://github.com/PDP-10/its.git synced 2026-02-02 23:10:50 +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;;