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)