From 434ba2f2b8f9d20eef4e2ee1eb2fd38ab12fa08a Mon Sep 17 00:00:00 2001 From: Julien Flamant Date: Mon, 4 Dec 2017 17:31:42 +0100 Subject: [PATCH] add travis button --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 925b5aa..c0b1aa8 100755 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This project is a template for python scientific projects. This template comes with utilities to easily setup continuous integration, project configurations and more. More details in [INSTRUCTIONS.md](INSTRUCTIONS.md). -[![CheckHowThisButtonIsDoneToAdaptItToYourProject](https://travis-ci.org/[your_username]/[project_name].svg?branch=[branch_to_test])](https://travis-ci.org/[your_username]/[project_name]) +[![Build Status](https://travis-ci.org/CRIStAL-Sigma/mock_tex_paper.svg?branch=master)](https://travis-ci.org/CRIStAL-Sigma/mock_tex_paper) @@ -65,4 +65,4 @@ The main functions included in this package are `x()` and `z()`. `x` receives A x(`hello`, `world`, 27, []) ``` -A more detailed documentation can be found in [link]. \ No newline at end of file +A more detailed documentation can be found in [link].