Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 0c079e3

Browse files
committed
add travis
1 parent dc158a8 commit 0c079e3

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
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+
3+
node_js:
4+
- stable
5+
6+
install:
7+
- npm install
8+
9+
script:
10+
- npm test

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# React Firebase Chat Example
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/the-road-to-learn-react/react-firebase-chat.svg?branch=master)](https://travis-ci.org/the-road-to-learn-react/react-firebase-chat) [![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 [The Road to learn React](https://roadtoreact.com/)
66

@@ -12,7 +12,7 @@
1212

1313
## Installation
1414

15-
* `git clone [email protected]:rwieruch/react-firebase-chat.git`
15+
* `git clone [email protected]:the-road-to-learn-react/react-firebase-chat.git`
1616
* `cd react-firebase-chat`
1717
* `npm install`
1818
* `npm start`

0 commit comments

Comments
 (0)