Skip to content

Commit

Permalink
temporarily distclean libgit2 and deps on travis
Browse files Browse the repository at this point in the history
until we can fix caching / patch application
[av skip]
  • Loading branch information
tkelman committed Jul 17, 2016
1 parent 522f250 commit 854d905
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ before_install:
script:
- make -C moreutils mispipe
- make $BUILDOPTS -C base version_git.jl.phony
- make $BUILDOPTS NO_GIT=1 -C deps distclean-libgit2 distclean-libssh2 distclean-mbedtls
- moreutils/mispipe "make $BUILDOPTS NO_GIT=1 -C deps" bar > deps.log || cat deps.log
- make $BUILDOPTS NO_GIT=1 prefix=/tmp/julia install | moreutils/ts -s "%.s"
- make $BUILDOPTS NO_GIT=1 build-stats
Expand Down

0 comments on commit 854d905

Please sign in to comment.