Skip to content

Commit 72d4dbc

Browse files
authored
chore: switch to main (#386)
1 parent eb0696e commit 72d4dbc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ node_js:
1818
- 12.16.1
1919
branches:
2020
only:
21-
- master
21+
- main
2222
cache:
2323
directories:
2424
- node_modules/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OAuth2 for Apps Script [![Build Status](https://travis-ci.org/googleworkspace/apps-script-oauth2.svg?branch=master)](https://travis-ci.org/googleworkspace/apps-script-oauth2)
1+
# OAuth2 for Apps Script [![Build Status](https://travis-ci.org/googleworkspace/apps-script-oauth2.svg?branch=main)](https://travis-ci.org/googleworkspace/apps-script-oauth2)
22

33
OAuth2 for Apps Script is a library for Google Apps Script that provides the
44
ability to create and authorize OAuth2 tokens as well as refresh them when they

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h3> </h3>
5959

6060

6161
<section>
62-
<article><h1>OAuth2 for Apps Script <a href="https://travis-ci.org/googleworkspace/apps-script-oauth2"><img src="https://travis-ci.org/googleworkspace/apps-script-oauth2.svg?branch=master" alt="Build Status"></a></h1>
62+
<article><h1>OAuth2 for Apps Script <a href="https://travis-ci.org/googleworkspace/apps-script-oauth2"><img src="https://travis-ci.org/googleworkspace/apps-script-oauth2.svg?branch=main" alt="Build Status"></a></h1>
6363
<p>OAuth2 for Apps Script is a library for Google Apps Script that provides the
6464
ability to create and authorize OAuth2 tokens as well as refresh them when they
6565
expire. This library uses Apps Script's

0 commit comments

Comments
 (0)