Revision faf9fe75223dfef2f86958c1ced84be369f4738e authored by Tony Kelman on 17 September 2016, 16:31:22 UTC, committed by Tony Kelman on 17 September 2016, 16:35:31 UTC
* Attempt to fix osx travis

We're now getting
> Error: You must `brew link autoconf` before staticfloat/julia/julia can be installed

Probably because Homebrew officially started supporting 10.12 Sierra, and that broke something.
Try to use the 10.10 Travis OSX image instead of the default 10.9 (https://docs.travis-ci.com/user/osx-ci-environment/)

* explicitly install cmake on osx travis

(cherry picked from commit 45bc17d41b40f271dd5ebb2357e7f3564f969007)
1 parent ea2aaf7
Raw File
.gitmodules
[submodule "deps/libuv"]
	path = deps/libuv
	url = git://github.com/JuliaLang/libuv.git
[submodule "deps/openlibm"]
	path = deps/openlibm
	url = git://github.com/JuliaLang/openlibm.git
[submodule "deps/openspecfun"]
	path = deps/openspecfun
	url = git://github.com/JuliaLang/openspecfun.git
[submodule "deps/Rmath"]
	path = deps/Rmath
	url = git://github.com/JuliaLang/Rmath.git
back to top