Skip to content

Commit 3985ce5

Browse files
authored
Merge pull request #25 from Azure-Samples/enable-travis
enabling travis build
2 parents 7cfbf04 + e57cdbc commit 3985ce5

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: node_js
2+
node_js:
3+
- "9"
4+
- "8"
5+
- "7"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# React AAD MSAL
22

3-
![build status](https://reactaad.visualstudio.com/_apis/public/build/definitions/1c71aebc-1683-48cd-9ab2-8663e6a4ec55/5/badge)
3+
[![Build Status](https://travis-ci.org/Azure-Samples/react-aad-msal.svg?branch=master)](https://travis-ci.org/Azure-Samples/react-aad-msal)
44

55
React AAD MSAL is a library to easily integrate the Microsoft Authentication Library with Azure Active Directory in your React app quickly and reliably. The library focuses on flexibility, allowing you to define how you want to interact with logins and logouts.
66

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "https://reactaad.visualstudio.com/_git/react-aad-msal"
9+
"url": "https://github.com/Azure-Samples/react-aad-msal.git"
1010
},
1111
"main": "dist/index.js",
1212
"files": [
@@ -101,7 +101,8 @@
101101
"keywords": [
102102
"Azure AD",
103103
"MSAL",
104-
"React"
104+
"React",
105+
"OAuth"
105106
],
106107
"jest": {
107108
"collectCoverageFrom": [

sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "https://reactaad.visualstudio.com/_git/react-aad-msal-samples"
9+
"url": "https://github.com/Azure-Samples/react-aad-msal.git"
1010
},
1111
"author": "Laura Bochenek",
1212
"contributors": [

0 commit comments

Comments
 (0)