diff --git a/.travis.yml b/.travis.yml index 3068f2b2..73dabfd9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ julia: notifications: email: false # uncomment the following lines to override the default test script -#script: +script: - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi - julia -e 'Pkg.clone("https://github.com/MikeInnes/Flow.jl")' - julia -e 'Pkg.clone(pwd()); Pkg.build("Flux"); Pkg.test("Flux"; coverage=true)'