Skip to content

Commit c09f58d

Browse files
committed
Add Travis for linting
1 parent f526938 commit c09f58d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OAuth2 for Apps Script
1+
# OAuth2 for Apps Script [![Build Status](https://travis-ci.org/gsuitedevs/apps-script-oauth2.svg?branch=master)](https://travis-ci.org/gsuitedevs/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

0 commit comments

Comments
 (0)