We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b41c4b commit 91dd4e8Copy full SHA for 91dd4e8
.travis.yml
@@ -61,7 +61,6 @@ before_install:
61
brew install -v jq bar;
62
contrib/travis_fastfail.sh || exit 1;
63
brew tap staticfloat/julia;
64
- (cd $(brew --prefix)/Library/Taps/staticfloat/homebrew-julia && git fetch origin +refs/heads/*:refs/remotes/origin/* && git checkout origin/staging);
65
brew rm --force $(brew deps --HEAD julia);
66
brew install -v --only-dependencies --HEAD julia;
67
BUILDOPTS="-j3 USECLANG=1 LLVM_CONFIG=$(brew --prefix llvm37-julia)/bin/llvm-config-3.7.1 VERBOSE=1 USE_BLAS64=0 SUITESPARSE_INC=-I$(brew --prefix suite-sparse-julia)/include FORCE_ASSERTIONS=1 STAGE2_DEPS=utf8proc";
0 commit comments