Skip to content

Commit ed2db02

Browse files
fs-eireprasanthpul
authored andcommitted
README.md: Update badge style for build status (onnx#1942)
Change to a slim stype. Use [shields.io](https://shields.io/) so that label can be embedded.
1 parent e36d3b5 commit ed2db02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
<p align="center"><img width="40%" src="docs/ONNX_logo_main.png" /></p>
33

4-
| Linux | Windows | Linux ppc64le |
5-
|-------|---------|---------------|
6-
| [![Build Status](https://travis-ci.org/onnx/onnx.svg?branch=master)](https://travis-ci.org/onnx/onnx) | [![Build status](https://ci.appveyor.com/api/projects/status/lm50cevk2hmrll98/branch/master?svg=true)](https://ci.appveyor.com/project/onnx/onnx) | [![Build Status](http://powerci.osuosl.org/buildStatus/icon?job=onnx-ppc64le-nightly-build)](http://powerci.osuosl.org/job/onnx-ppc64le-nightly-build/)
4+
[![Build Status](https://img.shields.io/travis/onnx/onnx/master.svg?label=Linux)](https://travis-ci.org/onnx/onnx)
5+
[![Build status](https://img.shields.io/appveyor/ci/onnx/onnx/master.svg?label=Windows)](https://ci.appveyor.com/project/onnx/onnx)
6+
[![Build Status](https://img.shields.io/jenkins/s/http/powerci.osuosl.org/onnx-ppc64le-nightly-build.svg?label=Linux%20ppc64le)](http://powerci.osuosl.org/job/onnx-ppc64le-nightly-build/)
77

88
[Open Neural Network Exchange (ONNX)](http://onnx.ai) is an open ecosystem that empowers AI developers
99
to choose the right tools as their project evolves. ONNX provides an open source format for AI models, both deep learning and traditional ML. It defines an extensible computation graph model, as well as definitions of built-in operators and standard

0 commit comments

Comments
 (0)