Skip to content

Commit

Permalink
Merge pull request #330 from dskkato/ci_status_badge
Browse files Browse the repository at this point in the history
Fix the build status badge link from travis to GitHub Actions
  • Loading branch information
adamcrume authored Nov 12, 2021
2 parents dc8c97d + 969651d commit de27f4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
*.log
Cargo.lock
target
travis-ci/travis_rsa
**/*.iml
.idea
test_resources/io/actual.tfrecord
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# <img alt="SIG Rust TensorFlow" src="https://github.com/tensorflow/community/blob/master/sigs/logos/SIGRust.png" width="340"/>
[![Version](https://img.shields.io/crates/v/tensorflow.svg)](https://crates.io/crates/tensorflow)
[![Status](https://travis-ci.org/tensorflow/rust.svg?branch=master)](https://travis-ci.org/tensorflow/rust)
[![Build status](https://github.com/tensorflow/rust/actions/workflows/ci.yml/badge.svg)](https://github.com/tensorflow/rust/actions/workflows/ci.yml)

TensorFlow Rust provides idiomatic [Rust](https://www.rust-lang.org) language
bindings for [TensorFlow](https://www.tensorflow.org).
Expand Down

0 comments on commit de27f4e

Please sign in to comment.