File tree Expand file tree Collapse file tree 3 files changed +1
-65
lines changed Expand file tree Collapse file tree 3 files changed +1
-65
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -73,10 +73,5 @@ If we suggest changes or the [CI build fails](#cibuild), then:
7373That' 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).
7877You 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)
Original file line number Diff line number Diff 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-
118Cordova / Phonegap plugin for communicating with HTTP servers. Supports iOS, Android and [ Browser] ( #browserSupport ) .
129
1310This 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.
514511This 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/ )
You can’t perform that action at this time.
0 commit comments