Travis osx: perl needs installing now

This commit is contained in:
William S Fulton 2021-02-19 21:06:38 +00:00
commit ad3f3b6ed5

View file

@ -26,6 +26,9 @@ case "$SWIGLANG" in
"octave")
travis_retry Tools/brew-install octave
;;
"perl5")
travis_retry Tools/brew-install perl
;;
"python")
WITHLANG=$SWIGLANG$PY3
;;