#662 Move HOMEBREW_NO_AUTO_UPDATE to env section

This commit is contained in:
Bartosz Grzybowski 2017-05-28 22:18:14 +02:00
Родитель e3ad189ecb
Коммит c0da2163ae
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -41,7 +41,10 @@ jobs:
install:
# brew takes horribly long to update itself despite the above caching
# attempt; only bzr install if it's not on the $PATH
- test $(which bzr) || HOMEBREW_NO_AUTO_UPDATE=1 brew install bzr
- test $(which bzr) || brew install bzr
env:
- HOMEBREW_NO_AUTO_UPDATE=1
- DEPTESTBYPASS501=1
script:
# OSX as of El Capitan sets an exit trap that interacts poorly with how
# travis seems to spawn these shells; if set -e is set, then it can cause