From 8dc358af29231ae0e583e59a0d479e5b7383ddf2 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Wed, 16 Aug 2023 17:46:08 -0400 Subject: [PATCH] Delete .travis.yml --- .travis.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index ab7895f..0000000 --- a/.travis.yml +++ /dev/null @@ -1,19 +0,0 @@ -# Documentation: https://docs.travis-ci.com/user/languages/julia/ -language: julia -os: - - linux - - osx - - windows -julia: - - 1.3 - - nightly -matrix: - allow_failures: - - julia: nightly -env: - - JULIA_PROJECT="@." -notifications: - email: false -after_success: - - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())' - #- julia -e 'using Pkg; Pkg.add("Documenter"); include(joinpath("docs", "make.jl"))'