From f4e23b04952722593e6ef8230de003bf940e95cb Mon Sep 17 00:00:00 2001 From: Lionel Zoubritzky Date: Fri, 12 Feb 2021 20:28:18 +0100 Subject: [PATCH] Remove TravisCI --- .travis.yml | 28 ---------------------------- README.md | 1 - 2 files changed, 29 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index d32591f..0000000 --- a/.travis.yml +++ /dev/null @@ -1,28 +0,0 @@ -# Documentation: http://docs.travis-ci.com/user/languages/julia -language: julia -notifications: - email: false -julia: - - 1.4 - - 1.5 - - 1.6 - - nightly -os: - - linux - - osx - - windows -arch: - - x64 - - x86 -cache: - directories: - - ~/.julia/artifacts -jobs: - fast_finish: true - allow_failures: - - julia: nightly - exclude: - - arch: x86 - os: osx -codecov: false - diff --git a/README.md b/README.md index cf6a531..f0146e5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # PeriodicGraphs -[![Build Status](https://travis-ci.com/Liozou/PeriodicGraphs.jl.svg?branch=master)](https://travis-ci.com/Liozou/PeriodicGraphs.jl) [![Build Status](https://ci.appveyor.com/api/projects/status/github/Liozou/PeriodicGraphs.jl?svg=true)](https://ci.appveyor.com/project/Liozou/PeriodicGraphs-jl) [![codecov](https://codecov.io/gh/Liozou/PeriodicGraphs.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/Liozou/PeriodicGraphs.jl)