Skip to content

Commit 73f37d6

Browse files
committed
chore: remove Travis CI builds
1 parent 3678f5f commit 73f37d6

File tree

3 files changed

+1
-65
lines changed

3 files changed

+1
-65
lines changed

.travis.yml

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

CONTRIBUTING.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,5 @@ If we suggest changes or the [CI build fails](#cibuild), then:
7373
That's it! Thank you for your contribution!
7474
7575
### <a name="cibuild"></a> Pull Request Feedback
76-
You can always check the results of the latest CI builds on
77-
[Travis CI](https://travis-ci.org/silkimen/cordova-plugin-advanced-http/).
76+
You can always check the results of the latest CI builds on [Github Actions](https://github.com/silkimen/cordova-plugin-advanced-http/actions).
7877
You can use this information to inspect failing tests in your PR.
79-
80-
## Attribution
81-
This document is adapted from
82-
[AngularJS' Contribution Guidelines](https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md)

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@ Cordova Advanced HTTP
33
[![npm version](https://img.shields.io/npm/v/cordova-plugin-advanced-http)](https://www.npmjs.com/package/cordova-plugin-advanced-http?activeTab=versions)
44
[![MIT Licence](https://img.shields.io/badge/license-MIT-blue?style=flat)](https://opensource.org/licenses/mit-license.php)
55
[![downloads/month](https://img.shields.io/npm/dm/cordova-plugin-advanced-http.svg)](https://www.npmjs.com/package/cordova-plugin-advanced-http)
6-
7-
[![Travis Build Status](https://img.shields.io/travis/com/silkimen/cordova-plugin-advanced-http/master?label=Travis%20CI)](https://app.travis-ci.com/silkimen/cordova-plugin-advanced-http)
86
[![GitHub Build Status](https://img.shields.io/github/actions/workflow/status/silkimen/cordova-plugin-advanced-http/.github/workflows/ci.yml?branch=master)](https://github.com/silkimen/cordova-plugin-advanced-http/actions)
97

10-
118
Cordova / Phonegap plugin for communicating with HTTP servers. Supports iOS, Android and [Browser](#browserSupport).
129

1310
This is a fork of [Wymsee's Cordova-HTTP plugin](https://github.com/wymsee/cordova-HTTP).
@@ -514,7 +511,6 @@ We made a few modifications to the networking libraries.
514511
This plugin uses amazing cloud services to maintain quality. CI Builds and E2E testing are powered by:
515512

516513
* [GitHub Actions](https://github.com/features/actions)
517-
* [Travis CI](https://travis-ci.org/)
518514
* [BrowserStack](https://www.browserstack.com/)
519515
* [Sauce Labs](https://saucelabs.com/)
520516
* [httpbin.org](https://httpbin.org/)

0 commit comments

Comments
 (0)