From 83c4aa41a28a6a885cbfd6e71e223b32611391e5 Mon Sep 17 00:00:00 2001 From: Mike J Innes Date: Tue, 25 Oct 2016 21:35:02 +0100 Subject: [PATCH] fix travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)'