Commit 9432fa2ec62d209ff71a04a3163a41af1b0b3828

Azat Khuzhin 2019-01-28T20:30:57

travis-ci/osx: install gcc and fix CC Since there is no gcc in osx_image [1]: ls: /usr/local/bin/gcc-?.?: No such file or directory [1]: https://travis-ci.org/libevent/libevent/jobs/484794192#L95 And use ls(1) over echo(1) to show an error if there is no such file.