Removed Coveralls from TravisCI
This commit is contained in:
parent
6021828772
commit
62b5db58f0
|
@ -3,13 +3,10 @@ language: julia
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
julia:
|
julia:
|
||||||
- 1.0
|
|
||||||
- 1.4
|
- 1.4
|
||||||
- nightly
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
- windows
|
|
||||||
arch:
|
arch:
|
||||||
- x64
|
- x64
|
||||||
cache:
|
cache:
|
||||||
|
@ -26,9 +23,3 @@ after_success:
|
||||||
Pkg.add("Coverage")
|
Pkg.add("Coverage")
|
||||||
using Coverage
|
using Coverage
|
||||||
Codecov.submit(process_folder())'
|
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"
|
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
|
||||||
|
|
||||||
[compat]
|
[compat]
|
||||||
julia = "1"
|
julia = "1.4"
|
||||||
|
|
||||||
[extras]
|
[extras]
|
||||||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
# GreenFlux
|
# 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)
|
[![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://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://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