MilesCranmer commited on
Commit
b3b38c3
1 Parent(s): 52f76fa

Change build status to github actions

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -4,7 +4,7 @@
4
 
5
  [![Documentation Status](https://readthedocs.org/projects/pysr/badge/?version=latest)](https://pysr.readthedocs.io/en/latest/?badge=latest)
6
  [![PyPI version](https://badge.fury.io/py/pysr.svg)](https://badge.fury.io/py/pysr)
7
- [![Build Status](https://travis-ci.com/MilesCranmer/PySR.svg?branch=master)](https://travis-ci.com/MilesCranmer/PySR)
8
 
9
  **Parallelized symbolic regression built on Julia, and interfaced by Python.
10
  Uses regularized evolution, simulated annealing, and gradient-free optimization.**
 
4
 
5
  [![Documentation Status](https://readthedocs.org/projects/pysr/badge/?version=latest)](https://pysr.readthedocs.io/en/latest/?badge=latest)
6
  [![PyPI version](https://badge.fury.io/py/pysr.svg)](https://badge.fury.io/py/pysr)
7
+ ![.github/workflows/CI.yml](https://github.com/MilesCranmer/PySR/workflows/.github/workflows/CI.yml/badge.svg)
8
 
9
  **Parallelized symbolic regression built on Julia, and interfaced by Python.
10
  Uses regularized evolution, simulated annealing, and gradient-free optimization.**