File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -635,16 +635,20 @@ before_install: |
635635 # Multibuild doesn't have releases, so --depth would break eventually (see
636636 # https://superuser.com/questions/1240216/server-does-not-allow-request-for-unadvertised)
637637 git submodule update --init multibuild
638+ echo "Source multibuild/common_utils.sh"
638639 source multibuild/common_utils.sh
639640 # https://github.com/matthew-brett/multibuild/issues/116
640641 if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export ARCH_FLAGS=" "; fi
642+ echo "Source multibuild/travis_steps.sh"
641643 source multibuild/travis_steps.sh
642644 # This sets -x
645+ echo "Source travis_multibuild_customize.sh"
643646 source travis_multibuild_customize.sh
644647 echo $ENABLE_CONTRIB > contrib.enabled
645648 echo $ENABLE_HEADLESS > headless.enabled
646649
647650 if [ -n "$IS_OSX" ]; then
651+ echo "homebrew"
648652 TAPS="$(brew --repository)/Library/Taps"
649653 if [ -e "$TAPS/caskroom/homebrew-cask" -a -e "$TAPS/homebrew/homebrew-cask" ]; then
650654 rm -rf "$TAPS/caskroom/homebrew-cask"
@@ -658,7 +662,7 @@ before_install: |
658662
659663 brew_cache_cleanup
660664 fi
661-
665+ echo "end"
662666 # Not interested in travis internal scripts' output
663667 set +x
664668
You can’t perform that action at this time.
0 commit comments