From 98c0f0f4a2ca284ab3954892010144b399a5c860 Mon Sep 17 00:00:00 2001 From: Nikolaus Schlemm Date: Sun, 2 Dec 2018 23:48:05 +0100 Subject: [PATCH] fix travis by catering for the renamed github repo https://github.com/tuvistavie/asdf-python -> https://github.com/danhper/asdf-python --- .travis.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9ffc8be..915b49a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: c -script: asdf plugin-test python https://github.com/tuvistavie/asdf-python.git +script: asdf plugin-test python https://github.com/danhper/asdf-python.git before_script: - git clone https://github.com/asdf-vm/asdf.git asdf - . asdf/asdf.sh diff --git a/README.md b/README.md index c4cbb21..7366159 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # asdf-python -[![Build Status](https://travis-ci.org/tuvistavie/asdf-python.svg?branch=master)](https://travis-ci.org/tuvistavie/asdf-python) +[![Build Status](https://travis-ci.org/danhper/asdf-python.svg?branch=master)](https://travis-ci.org/danhper/asdf-python) Python plugin for [asdf](https://github.com/asdf-vm/asdf) version manager ## Install ``` -asdf plugin-add python https://github.com/tuvistavie/asdf-python.git +asdf plugin-add python https://github.com/danhper/asdf-python.git ``` ## Use