Skip to content

Commit 231852c

Browse files
committed
add travis
1 parent fa5bd0d commit 231852c

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.travis.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: node_js
2+
3+
node_js:
4+
- stable
5+
6+
install:
7+
- npm install
8+
9+
script:
10+
- npm test

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# react-redux-firebase-authentication
22

3-
[![Slack](https://slack-the-road-to-learn-react.wieruch.com/badge.svg)](https://slack-the-road-to-learn-react.wieruch.com/)
3+
[![Build Status](https://travis-ci.org/taming-the-state-in-react/react-redux-firebase-authentication.svg?branch=master)](https://travis-ci.org/taming-the-state-in-react/react-redux-firebase-authentication) [![Slack](https://slack-the-road-to-learn-react.wieruch.com/badge.svg)](https://slack-the-road-to-learn-react.wieruch.com/)
44

55
* Found in [Taming the State in React](https://roadtoreact.com/course-details?courseId=TAMING_THE_STATE)
66
* [Live](https://react-firebase-authentication.wieruch.com/)
@@ -24,7 +24,7 @@
2424

2525
## Installation
2626

27-
* `git clone git@github.com:rwieruch/react-redux-firebase-authentication.git`
27+
* `git clone git@github.com:taming-the-state-in-react/react-redux-firebase-authentication.git`
2828
* `cd react-redux-firebase-authentication`
2929
* `npm install`
3030
* `npm start`

0 commit comments

Comments
 (0)