mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
3d2493a3fd
After bumping Travis macOS to 10.13, it now hangs at: + check_core_dumps --delete quiet + local del= + test --delete = --delete + del=1 + shift + local app=quiet + test osx = osx ++ find /cores/ -type f -print + local 'cores=/cores//core.554 /cores//core.641 /cores//core.801' + test -z '/cores//core.554 /cores//core.641 /cores//core.801' + local core + for core in '$cores' + test 1 = 1 + print_core quiet /cores//core.554 + local app=quiet + local core=/cores//core.554 + test quiet = quiet + echo 'Found core /cores//core.554' Found core /cores//core.554 + return 0 + rm /cores//core.554 override r-------- root/admin for /cores//core.554? The cores are always present on the Travis macOS 10.13 image! Hilarious. |
||
---|---|---|
.. | ||
common | ||
before_cache.sh | ||
before_install.sh | ||
before_script.sh | ||
build.ps1 | ||
install.sh | ||
run_lint.sh | ||
run_tests.sh | ||
script.sh |