File tree Expand file tree Collapse file tree 4 files changed +7
-21
lines changed Expand file tree Collapse file tree 4 files changed +7
-21
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: pull-request
2
2
3
3
on :
4
4
pull_request :
5
- branches : [ master ]
5
+ branches : [ main ]
6
6
7
7
jobs :
8
8
test :
Original file line number Diff line number Diff line change 1
- JSZip [ ![ Build Status ] ( https://api.travis-ci.org/Stuk/jszip.svg?branch=master )] ( http://travis-ci.org/Stuk/jszip ) [ ![ Code Climate ] ( https://codeclimate.com/github/Stuk/jszip/badges/gpa.svg )] ( https://codeclimate.com/github/Stuk/jszip )
1
+ JSZip
2
2
=====
3
3
4
- [ ![ Selenium Test Status] ( https://saucelabs.com/browser-matrix/jszip.svg )] ( https://saucelabs.com/u/jszip )
5
-
6
4
A library for creating, reading and editing .zip files with JavaScript, with a
7
5
lovely and simple API.
8
6
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ need one to create the pull request).
13
13
14
14
If you just want the get the source code, you can use git and do
15
15
` git clone https://github.com/Stuk/jszip.git ` to get the sources. You can also
16
- download the latest sources [ here] ( https://github.com/Stuk/jszip/archive/master .zip ) .
16
+ download the latest sources [ here] ( https://github.com/Stuk/jszip/archive/main .zip ) .
17
17
18
18
### Building the project
19
19
Original file line number Diff line number Diff line change 18
18
< p >
19
19
< strong > License</ strong > : JSZip is dual-licensed. You may use it under the
20
20
MIT license < em > or</ em > the GPLv3 license. See
21
- < a href ="https://github.com/Stuk/jszip/blob/master /LICENSE.markdown "> LICENSE.markdown</ a > .
21
+ < a href ="https://github.com/Stuk/jszip/blob/main /LICENSE.markdown "> LICENSE.markdown</ a > .
22
22
</ p >
23
23
</ div >
24
24
@@ -85,7 +85,7 @@ <h3>Installation</h3>
85
85
< strong > With component</ strong > : < code > component install Stuk/jszip</ code >
86
86
</ p >
87
87
< p >
88
- < strong > Manually</ strong > : < a href ="http://github.com/Stuk/jszip/zipball/master "> download JSZip</ a >
88
+ < strong > Manually</ strong > : < a href ="http://github.com/Stuk/jszip/zipball/main "> download JSZip</ a >
89
89
and include the file < code > dist/jszip.js</ code > or < code > dist/jszip.min.js</ code >
90
90
</ p >
91
91
< br >
@@ -152,20 +152,8 @@ <h3>Getting help</h3>
152
152
< h3 > Test status</ h3 >
153
153
154
154
< dl class ="dl-horizontal ">
155
- < dt > Travis build :</ dt >
155
+ < dt > Live tests :</ dt >
156
156
< dd >
157
- < a href ="http://travis-ci.org/Stuk/jszip ">
158
- < img src ="https://api.travis-ci.org/Stuk/jszip.svg?branch=master " alt ="" />
159
- </ a >
160
- </ dd >
161
- < dt > Saucelabs build :</ dt >
162
- < dd >
163
- < a href ="https://saucelabs.com/u/jszip ">
164
- < img src ="https://saucelabs.com/browser-matrix/jszip.svg " alt ="" />
165
- </ a >
166
- </ dd >
167
- < dt > Live tests :</ dt >
168
- < dd >
169
- < a href ="{{site.baseurl}}/test/ "> See for yourself !</ a >
157
+ < a href ="{{site.baseurl}}/test/ "> See for yourself !</ a >
170
158
</ dd >
171
159
</ dl >
You can’t perform that action at this time.
0 commit comments