We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f526938 commit c09f58dCopy full SHA for c09f58d
.travis.yml
@@ -0,0 +1,10 @@
1
+language: node_js
2
+node_js:
3
+ - "node"
4
+branches:
5
+ only:
6
+ - master
7
+cache:
8
+ directories:
9
+ - node_modules/
10
+script: npm run lint
README.md
@@ -1,4 +1,4 @@
-# OAuth2 for Apps Script
+# OAuth2 for Apps Script [](https://travis-ci.org/gsuitedevs/apps-script-oauth2)
OAuth2 for Apps Script is a library for Google Apps Script that provides the
ability to create and authorize OAuth2 tokens as well as refresh them when they
0 commit comments