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

Commit fb65fbe

Browse files
committed
upgrade libraries, ad travis
1 parent f35709e commit fb65fbe

File tree

4 files changed

+11902
-7455
lines changed

4 files changed

+11902
-7455
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 Flow 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-flow-example.svg?branch=master)](https://travis-ci.org/the-road-to-learn-react/react-flow-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

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

1313
## Installation
1414

15-
* `git clone git@github.com:rwieruch/react-flow-example.git`
15+
* `git clone git@github.com:the-road-to-learn-react/react-flow-example.git`
1616
* `cd react-flow-example`
1717
* `npm install`
1818
* `npm start`

0 commit comments

Comments
 (0)