diff --git a/.travis.yml b/.travis.yml index 6df5a36..2afb4f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ julia: notifications: email: false script: + - git fetch --unshallow - julia -e 'Pkg.clone(pwd())' - julia -e 'Pkg.add("Lint");' - julia -e 'Pkg.test("Meshes", coverage=true)'