From b4a9760960c4014e89eebac6cba98e21808abec9 Mon Sep 17 00:00:00 2001 From: Martin Larralde Date: Mon, 20 Jul 2020 01:59:28 +0200 Subject: [PATCH] Update badge link to Travis-CI in `README.md` [ci skip] --- .travis.yml | 2 -- README.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f14e5e5..449ef1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,8 +28,6 @@ before_cache: deploy: - provider: cargo - token: - secure: SoomEad6IXtEz8bYGPVMpASjzBGjDuwZ0IN073Uq/tMbPUrY8qcC9DmNlg+0qBD0s9hTPe1Wx9xv+1iy2qux1pm7ORI4tBsK9dhLq63Sjtm2MoBREe32zyPq7tmN0SGz+va7ZZ9R+h6WgwR/O3vGv6sMSb9R1U/ij4hHe4LyJRz9i8Su0m3bLKhCThikQaje4otsvwF7hj58I88RK9e1DfvG53zzazDv0AaSy22SlGdorJs6u9ESz9qmD5/bQSrPQ/RVJeVl62rymVY/BEn6SA988l7IFUq+3yzOrM1tzb1zGD/RhtpRnvZi+BiyMrbgX4wBZTHA9I6NVOlTra8lVanmQxuaylXI6egC4nwgVd3BpOj7dm5nALw9n/l086vGRosqerBxBBjOcyML7k44yRxz2zV6+V8Dl7J9PA+qxddnpTDzTG9cqDmzXgSt6nQxwY9CW+RshrO0tDqMui7nzPROjc4fYy8XCOwoYCH2BW3x7UeFlLO2rc22lixws9+buoqrudvDCRT0yB0bfP9zCSVskMlxorYP+j0yo+pMSyTu4r85XO3FFgEIS4rBZafMMbHPipb2JuZSSZhQ8zL3HbcJTZA1OJO5KWCEeQeqjToza9dyb6kNDHc9XeaqTFJJhJePaowaQj6oNuY8ZOejtkP+FxOtD4ObTkNImtQmxXM= on: rust: stable tags: true diff --git a/README.md b/README.md index 9baf940..533021e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ *PEG Syntax and pest parser for the OBO flat file format 1.4* -[![TravisCI](https://img.shields.io/travis/fastobo/fastobo-syntax/master.svg?maxAge=600&style=flat-square)](https://travis-ci.org/fastobo/fastobo-syntax/branches) +[![TravisCI](https://img.shields.io/travis/com/fastobo/fastobo-syntax/master.svg?maxAge=600&style=flat-square)](https://travis-ci.com/fastobo/fastobo-syntax/branches) [![Codecov](https://img.shields.io/codecov/c/gh/fastobo/fastobo-syntax/master.svg?style=flat-square&maxAge=600)](https://codecov.io/gh/fastobo/fastobo-syntax) [![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square&maxAge=2678400)](https://choosealicense.com/licenses/mit/) [![Source](https://img.shields.io/badge/source-GitHub-303030.svg?maxAge=2678400&style=flat-square)](https://github.com/fastobo/fastobo-syntax/)