Skip to content

Commit 3b9b543

Browse files
committed
upgrade libraries, add travis
1 parent 9cd60b0 commit 3b9b543

File tree

4 files changed

+11828
-7383
lines changed

4 files changed

+11828
-7383
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 Redux 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-redux-example.svg?branch=master)](https://travis-ci.org/the-road-to-learn-react/react-redux-example) [![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

@@ -14,7 +14,7 @@
1414

1515
## Installation
1616

17-
* `git clone [email protected]:rwieruch/react-redux-example.git`
17+
* `git clone [email protected]:the-road-to-learn-react/react-redux-example.git`
1818
* `cd react-redux-example`
1919
* `npm install`
2020
* `npm start`

0 commit comments

Comments
 (0)