Skip to content

Commit 5feee5c

Browse files
committed
update travis to .com
1 parent b11db6d commit 5feee5c

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Configuration file for running the test suite. Results will be at https://travis-ci.org/phpList/phplist-plugin-restapi
1+
# Configuration file for running the test suite. Results will be at https://travis-ci.com/phpList/phplist-plugin-restapi
22
# whitelist
33
language: php
44
php:

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# phpList REST API plugin
55

6-
[![Build Status](https://travis-ci.org/phpList/phplist-plugin-restapi.svg?branch=master)](https://travis-ci.org/phpList/phplist-plugin-restapi)
6+
[![Build Status](https://travis-ci.com/phpList/phplist-plugin-restapi.svg?branch=master)](https://travis-ci.org/phpList/phplist-plugin-restapi)
77

88

99
## About this plugin
@@ -22,6 +22,3 @@ and should be used and extended where possible.
2222

2323
It lives in a [separate repository](https://github.com/phpList/rest-api).
2424

25-
There also is an old, unfinished implementation of the REST API plugin v2 in
26-
the directory [plugins/restapi2/](plugins/restapi2). This implementation will
27-
be removed soon.

0 commit comments

Comments
 (0)