Skip to content

Commit f0deaa3

Browse files
committed
fix badge
1 parent d8e91bd commit f0deaa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TropicalNumbers
22

3-
[![Build Status](https://travis-ci.com/TensorBFS/TropicalNumbers.jl.svg?branch=master)](https://travis-ci.com/TensorBFS/TropicalNumbers.jl)
3+
[![CI](https://github.com/TensorBFS/TropicalNumbers.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/TensorBFS/TropicalNumbers.jl/actions/workflows/ci.yml)
44
[![Codecov](https://codecov.io/gh/TensorBFS/TropicalNumbers.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/TensorBFS/TropicalNumbers.jl)
55

66
This package implements [tropical numbers](https://en.wikipedia.org/wiki/Tropical_geometry) and tropical algebras in Julia. Tropical algebra is also known as the [semiring](https://en.wikipedia.org/wiki/Semiring) algebra, which is a set $R$ equipped with two binary operations $\oplus$ and $\otimes$, called addition and multiplication, such that:

0 commit comments

Comments
 (0)