From e6bcaf2cb5140fd851e94e9a717bf564287b8231 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Mon, 12 Oct 2015 21:50:10 -0400 Subject: [PATCH] sjidfakasldjklajks --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9924bd187..8e4db44ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ julia: notifications: email: false script: - - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi + - if [[ -a .git/shallow ]]; then git fetch --unshallow --tags; fi - git log -n 50 - julia --check-bounds=yes -e 'Pkg.clone(pwd())' - julia --check-bounds=yes -e 'Pkg.add("DataFrames")'