Travis-ci build: fix osx jpeg installation failure, git ambiguous argument error...
authorJuozas <juozaspo@gmail.com>
Sun, 20 Aug 2017 15:27:26 +0000 (18:27 +0300)
committerLoïc Blot <nerzhul@users.noreply.github.com>
Sun, 20 Aug 2017 15:27:26 +0000 (17:27 +0200)
commitc8d3d1133945138108aa195e6b3c93b07c6e4fa0
treeff416dc280b69edabb035273aadef726a9cb12e9
parentc99dcbaca99c0bf3cf90efb6670d946898e23ae6
Travis-ci build: fix osx jpeg installation failure, git ambiguous argument error (caused by merging commits) and add a workaround for travis commit range bug (#6227)

* common.sh: fix travis-ci build bugs
install_macosx_deps: check if jpeg is installed, if not - upgrade it.
needs_compile: Check if $TRAVIS_COMMIT_RANGE is valid, if not, rewrite
the range with the correct one, and fix git ambiguous argument error.

* Changed detection method and removed commments
util/travis/common.sh