Skip to content

Commit d8d0466

Browse files
committed
Tools/travis-osx-install.sh: use Tools/brew-install to install Octave
1 parent d9c9484 commit d8d0466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/travis-osx-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ case "$SWIGLANG" in
2323
travis_retry brew install lua
2424
;;
2525
"octave")
26-
travis_retry brew install octave
26+
travis_retry Tools/brew-install octave
2727
;;
2828
"python")
2929
WITHLANG=$SWIGLANG$PY3

0 commit comments

Comments
 (0)