Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit 4d728fc

Browse files
authored
branch-names: now that trunk-tracking is master, update references (#1330)
1 parent a399e04 commit 4d728fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![ngx_pagespeed](https://lh6.googleusercontent.com/-qufedJIJq7Y/UXEvVYxyYvI/AAAAAAAADo8/JHDFQhs91_c/s401/04_ngx_pagespeed.png)
22

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)
44

55
ngx_pagespeed speeds up your site and reduces page load time by automatically
66
applying web performance best practices to pages and associated assets (CSS,

scripts/build_ngx_pagespeed.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Options:
2424
* a version number, such as 1.11.33.4
2525
2626
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.
2828
2929
This option doesn't make sense if we're running within an existing
3030
ngx_pagespeed checkout.
@@ -375,7 +375,7 @@ function build_ngx_pagespeed() {
375375
fi
376376
elif [ "$NPS_VERSION" = "DEFAULT" ]; then
377377
if "$DEVEL"; then
378-
NPS_VERSION="trunk-tracking"
378+
NPS_VERSION="master"
379379
else
380380
NPS_VERSION="latest-stable"
381381
fi

0 commit comments

Comments
 (0)