Skip to content

Commit

Permalink
add git fetch --unshallow in commented out script section
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman committed Dec 11, 2014
1 parent 6cb77aa commit 9ce6ac8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/pkg/generate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ function travis(pkg::AbstractString; force::Bool=false)
notifications:
email: false
#script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.build("$pkg"); Pkg.test("$pkg")'
""")
end
Expand Down

0 comments on commit 9ce6ac8

Please sign in to comment.