This repository was archived by the owner on Apr 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
![ ngx_pagespeed] ( https://lh6.googleusercontent.com/-qufedJIJq7Y/UXEvVYxyYvI/AAAAAAAADo8/JHDFQhs91_c/s401/04_ngx_pagespeed.png )
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/pagespeed/ngx_pagespeed.svg?branch=trunk-tracking )] ( https://travis-ci.org/pagespeed/ngx_pagespeed )
3
+ [ ![ Build Status] ( https://travis-ci.org/pagespeed/ngx_pagespeed.svg?branch=master )] ( https://travis-ci.org/pagespeed/ngx_pagespeed )
4
4
5
5
ngx_pagespeed speeds up your site and reduces page load time by automatically
6
6
applying web performance best practices to pages and associated assets (CSS,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Options:
24
24
* a version number, such as 1.11.33.4
25
25
26
26
If you don't specify a version, defaults to latest-stable unless --devel
27
- is specified, in which case it defaults to trunk-tracking .
27
+ is specified, in which case it defaults to master .
28
28
29
29
This option doesn't make sense if we're running within an existing
30
30
ngx_pagespeed checkout.
@@ -375,7 +375,7 @@ function build_ngx_pagespeed() {
375
375
fi
376
376
elif [ " $NPS_VERSION " = " DEFAULT" ]; then
377
377
if " $DEVEL " ; then
378
- NPS_VERSION=" trunk-tracking "
378
+ NPS_VERSION=" master "
379
379
else
380
380
NPS_VERSION=" latest-stable"
381
381
fi
You can’t perform that action at this time.
0 commit comments