Skip to content

Commit 91dd4e8

Browse files
committed
remove no-longer-necessary homebrew git modifications
1 parent 5b41c4b commit 91dd4e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ before_install:
6161
brew install -v jq bar;
6262
contrib/travis_fastfail.sh || exit 1;
6363
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);
6564
brew rm --force $(brew deps --HEAD julia);
6665
brew install -v --only-dependencies --HEAD julia;
6766
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

Comments
 (0)