From a78d03467ca260d7277817ed776e2655f4161a0d Mon Sep 17 00:00:00 2001 From: kdomino Date: Fri, 21 Sep 2018 11:59:58 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aee04fc..173050a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,6 @@ addons: - hdf5-tools script: - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi - - julia -e 'using Pkg; Pkg.clone("https://github.com/ZKSI/Cumulants.jl.git")' - julia -e 'using Pkg; Pkg.clone(pwd())' - julia -e 'using Pkg; Pkg.build("CumulantsUpdates"); Pkg.test("CumulantsUpdates"; coverage=true)' after_success: