Skip to content

Commit

Permalink
Fix Luarocks on OSX (#4266)
Browse files Browse the repository at this point in the history
* Debug Luarocks on OSX

* Try installing luarocks first

* Remove debug echoes

(cherry picked from commit ea6df57)
  • Loading branch information
vadi2 committed Nov 3, 2020
1 parent 3cd96e1 commit 7e266ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/travis.osx.install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set +e
shopt -s expand_aliases
#Removed boost as first item as a temporary workaroud to prevent trying to
#upgrade to boost version 1.68.0 which has not been bottled yet...
BREWS="cmake hunspell libzip lua51 pcre pkg-config qt5 yajl ccache pugixml luarocks"
BREWS="luarocks cmake hunspell libzip lua51 pcre pkg-config qt5 yajl ccache pugixml"
OUTDATED_BREWS=$(brew outdated)

for i in $BREWS; do
Expand Down

0 comments on commit 7e266ce

Please sign in to comment.