Removed Coveralls from TravisCI
This commit is contained in:
parent
6021828772
commit
62b5db58f0
|
@ -3,13 +3,10 @@ language: julia
|
|||
notifications:
|
||||
email: false
|
||||
julia:
|
||||
- 1.0
|
||||
- 1.4
|
||||
- nightly
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
- windows
|
||||
arch:
|
||||
- x64
|
||||
cache:
|
||||
|
@ -26,9 +23,3 @@ after_success:
|
|||
Pkg.add("Coverage")
|
||||
using Coverage
|
||||
Codecov.submit(process_folder())'
|
||||
- |
|
||||
julia -e '
|
||||
using Pkg
|
||||
Pkg.add("Coverage")
|
||||
using Coverage
|
||||
Coveralls.submit(process_folder())'
|
||||
|
|
|
@ -9,7 +9,7 @@ Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
|
|||
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
|
||||
|
||||
[compat]
|
||||
julia = "1"
|
||||
julia = "1.4"
|
||||
|
||||
[extras]
|
||||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
# GreenFlux
|
||||
|
||||
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://EddieCueto.github.io/GreenFlux.jl/stable)
|
||||
<!-- [![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://EddieCueto.github.io/GreenFlux.jl/stable)
|
||||
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://EddieCueto.github.io/GreenFlux.jl/dev)
|
||||
[![Build Status](https://github.com/EddieCueto/GreenFlux.jl/workflows/CI/badge.svg)](https://github.com/EddieCueto/GreenFlux.jl/actions)
|
||||
[![Build Status](https://travis-ci.com/EddieCueto/GreenFlux.jl.svg?branch=master)](https://travis-ci.com/EddieCueto/GreenFlux.jl)
|
||||
[![Build Status](https://travis-ci.com/EddieCueto/GreenFlux.jl.svg?branch=master)](https://travis-ci.com/EddieCueto/GreenFlux.jl) -->
|
||||
[![Coverage](https://codecov.io/gh/EddieCueto/GreenFlux.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/EddieCueto/GreenFlux.jl)
|
||||
[![Coverage](https://coveralls.io/repos/github/EddieCueto/GreenFlux.jl/badge.svg?branch=master)](https://coveralls.io/github/EddieCueto/GreenFlux.jl?branch=master)
|
||||
|
|
Loading…
Reference in New Issue