diff --git a/.travis.yml b/.travis.yml index f5c6748..bfdd772 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ julia: - nightly notifications: email: false -sudo: true +sudo: false script: - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi - julia -e 'Pkg.clone(pwd())'