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")'