diff options
Diffstat (limited to 'scripts/setup-travis.sh')
-rwxr-xr-x | scripts/setup-travis.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/setup-travis.sh b/scripts/setup-travis.sh index 36705b78..e74e1937 100755 --- a/scripts/setup-travis.sh +++ b/scripts/setup-travis.sh @@ -4,6 +4,7 @@ if ( test "`uname -s`" = "Darwin" ) then + brew install libxml2 brew install icu4c brew install db brew install gobject-introspection |