From ae0119a56c6f1e1d3567452e29286c99cd35ec2f Mon Sep 17 00:00:00 2001 From: Dehann Fourie Date: Fri, 25 Jun 2021 22:33:54 -0400 Subject: [PATCH] Delete .travis.yml --- .travis.yml | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 56db668..0000000 --- a/.travis.yml +++ /dev/null @@ -1,34 +0,0 @@ -language: julia - -os: - - linux - - osx - -arch: - - amd64 - - arm64 - -julia: - - 1.5 - - nightly - -matrix: - allow_failures: - - os: osx - - julia: nightly - - arch: arm64 - -notifications: - email: false - -# script: -# - julia --color=yes -e 'using Pkg; Pkg.build()' -# - julia --check-bounds=yes --color=yes -e 'using Pkg; Pkg.test(coverage=true)' -# # - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi -# # - julia --check-bounds=yes -e 'using Pkg; Pkg.develop("KernelDensityEstimate"); Pkg.test("KernelDensityEstimate"; coverage=true)' - -jobs: - fast_finish: true - -after_success: - - julia -e 'using Pkg; cd(Pkg.dir("KernelDensityEstimate")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'