From be2d705a7ccda2122b8267b8b863fc85605c3e1d Mon Sep 17 00:00:00 2001 From: Sundeep Anand Date: Wed, 9 Dec 2015 14:01:44 +0530 Subject: [PATCH] added travis --- .travis.yml | 2 +- CHANGELOG | 2 +- README.rst | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 06b8d73..271c1d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ python: # command to install dependencies install: "pip install -r requirements.txt" # command to run tests -script: make test \ No newline at end of file +script: make test diff --git a/CHANGELOG b/CHANGELOG index 86db7ab..2df3f27 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -* Wed Dec 02 2015 Sundeep Anand +* Wed Dec 02 2015 Sundeep Anand - 1.4.0 - Bug 1215274 - specify minimum percentage completion on pull - Rename zanatalib/project.py to zanatalib/projectutils.py - Bug 1156236 - use locale aliases defined in the server diff --git a/README.rst b/README.rst index ec143bb..eec7ea6 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ -.. image:: https://travis-ci.org/sundeep-co-in/zanata-python-client.svg?branch=master - :target: https://travis-ci.org/sundeep-co-in/zanata-python-client +.. image:: https://travis-ci.org/zanata/zanata-python-client.svg?branch=master + :target: https://travis-ci.org/zanata/zanata-python-client Introduction ============