Skip to content

Commit 21b8507

Browse files
authored
Merge pull request #46 from nschlemm/fix-travis-2
fix travis by catering for the renamed github repo
2 parents 3c9b8af + 98c0f0f commit 21b8507

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: c
2-
script: asdf plugin-test python https://github.com/tuvistavie/asdf-python.git
2+
script: asdf plugin-test python https://github.com/danhper/asdf-python.git
33
before_script:
44
- git clone https://github.com/asdf-vm/asdf.git asdf
55
- . asdf/asdf.sh

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# asdf-python
22

3-
[![Build Status](https://travis-ci.org/tuvistavie/asdf-python.svg?branch=master)](https://travis-ci.org/tuvistavie/asdf-python)
3+
[![Build Status](https://travis-ci.org/danhper/asdf-python.svg?branch=master)](https://travis-ci.org/danhper/asdf-python)
44

55
Python plugin for [asdf](https://github.com/asdf-vm/asdf) version manager
66

77
## Install
88

99
```
10-
asdf plugin-add python https://github.com/tuvistavie/asdf-python.git
10+
asdf plugin-add python https://github.com/danhper/asdf-python.git
1111
```
1212

1313
## Use

0 commit comments

Comments
 (0)