From d345ccb351df132f0b5c871e049abe24d4dd77e0 Mon Sep 17 00:00:00 2001 From: Zaki A Date: Fri, 27 Nov 2020 00:59:03 -0600 Subject: [PATCH] Remove testing on TravisCI (#70) --- .travis.yml | 15 --------------- README.md | 1 - 2 files changed, 16 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index cc3a8ee..0000000 --- a/.travis.yml +++ /dev/null @@ -1,15 +0,0 @@ -language: julia -os: - - linux - - osx - - windows -julia: - - '1.0' - - '1' - - 'nightly' -matrix: - fast_finish: true -notifications: - email: false -after_success: - - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())' diff --git a/README.md b/README.md index e24fddd..22872d9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ Julia interface for parsing/writing DICOM (Digital Imaging and Communications in Medicine) files -[![Build Status](https://travis-ci.com/JuliaHealth/DICOM.jl.svg?branch=master)](https://travis-ci.com/github/JuliaHealth/DICOM.jl/branches) [![Build Status](https://github.com/JuliaHealth/DICOM.jl/workflows/CI/badge.svg)](https://github.com/JuliaHealth/DICOM.jl/actions) [![Coverage](https://codecov.io/gh/JuliaHealth/DICOM.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaHealth/DICOM.jl)