Skip to content

Commit bae22f1

Browse files
authored
docs: reflect ci move travis to github actions (#8798)
See: #8347 See: #8368
1 parent b8a2985 commit bae22f1

File tree

5 files changed

+6
-73
lines changed

5 files changed

+6
-73
lines changed

docs/_layouts/default.html

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -136,20 +136,6 @@ <h4>{{ page.sub_title}}</h4>
136136
</a>
137137
</div>
138138

139-
<div class="col-xs-4 col-md-offset-0 col-md-2">
140-
<a
141-
href="https://travis-ci.org/pouchdb/pouchdb"
142-
target="_blank"
143-
rel="noopener noreferrer"
144-
>
145-
<img
146-
class="icon"
147-
src="{{ site.baseurl}}/static/img/friends/travis.svg"
148-
alt="PouchDB's Travis CI"
149-
/>
150-
</a>
151-
</div>
152-
153139
<div class="col-xs-4 col-md-2">
154140
<a
155141
href="http://couchdb.apache.org/"

docs/adapters.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,12 +173,13 @@ You can also sync to and from these databases to your local PouchDB.
173173

174174
Currently PouchDB has full support for:
175175

176-
* CouchDB 1.x ([tested in CI](https://travis-ci.org/pouchdb/pouchdb))
176+
* CouchDB 1.x
177177
* [Smileupps](https://www.smileupps.com/) (same as 1.x)
178-
* CouchDB 2.x ([tested in CI](https://travis-ci.org/pouchdb/pouchdb))
178+
* CouchDB 2.x ([tested in CI](https://github.com/pouchdb/pouchdb/actions))
179+
* CouchDB 3.x ([tested in CI](https://github.com/pouchdb/pouchdb/actions))
179180
* [Cloudant](https://cloudant.com/) (roughly the same as 2.x)
180-
* [PouchDB Server](https://github.com/pouchdb/pouchdb-server) ([tested in CI](https://travis-ci.org/pouchdb/pouchdb))
181-
* [PouchDB Server --in-memory mode](https://github.com/pouchdb/pouchdb-server) ([tested in CI](https://travis-ci.org/pouchdb/pouchdb))
181+
* [PouchDB Server](https://github.com/pouchdb/pouchdb-server) ([tested in CI](https://github.com/pouchdb/pouchdb/actions))
182+
* [PouchDB Server --in-memory mode](https://github.com/pouchdb/pouchdb-server)
182183

183184
[Drupal 8](http://wearepropeople.com/blog/a-content-staging-solution-for-drupal-8-and-more) has also announced support for PouchDB, and there is [rcouch](https://github.com/rcouch/rcouch) as well, but these are both untested by PouchDB.
184185

docs/learn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PouchDB is a free open-source project, written in JavaScript and driven by our [
1212

1313
{% include anchor.html class="h3" title="Browser Support" hash="browser_support" %}
1414

15-
PouchDB supports all modern browsers, using [IndexedDB][] under the hood and falling back to [WebSQL][] where IndexedDB isn't supported. It is [fully tested](https://travis-ci.org/pouchdb/pouchdb/) and supported in:
15+
PouchDB supports all modern browsers, using [IndexedDB][] under the hood and falling back to [WebSQL][] where IndexedDB isn't supported. It is [fully tested](https://github.com/pouchdb/pouchdb/actions) and supported in:
1616

1717
* Firefox 29+ (Including Firefox OS and Firefox for Android)
1818
* Chrome 30+

docs/manifest.appcache

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ https://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzBampu5_7CjHW5spxoe
4646
/static/img/friends/couchdb.svg
4747
/static/img/friends/github.svg
4848
/static/img/friends/leveldb.svg
49-
/static/img/friends/travis.svg
5049
/static/img/friends/twitter.svg
5150

5251
/static/img/browser-logos/android_32x32.png

docs/static/img/friends/travis.svg

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)