From 25106541628975a26c9c2800a4a653da9a835194 Mon Sep 17 00:00:00 2001 From: kalmarek Date: Mon, 1 Oct 2018 09:36:36 +0200 Subject: [PATCH] fix travis 2 --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index bab7532..ad934ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,10 +15,6 @@ matrix: allow_failures: - julia: nightly -## uncomment the following lines to override the default test -# script: - # - julia -e 'Pkg.clone(pwd()); Pkg.build("Groups"); Pkg.test("Groups"; coverage=true)' - after_success: # push coverage results to Coveralls - julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'