Skip to content

Commit a7c1b06

Browse files
committed
add travis
1 parent 41ebe64 commit a7c1b06

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
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 Todo Application
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/taming-the-state-todo-app.svg?branch=master)](https://travis-ci.org/taming-the-state-in-react/taming-the-state-todo-app) [![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

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

1313
## Installation
1414

15-
* `git clone [email protected]:rwieruch/taming-the-state-todo-app.git`
15+
* `git clone [email protected]:taming-the-state-in-react/taming-the-state-todo-app.git`
1616
* `cd taming-the-state-todo-app`
1717
* `npm install`
1818
* `npm start`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"scripts": {
1919
"start": "react-scripts start",
2020
"build": "react-scripts build",
21-
"test": "react-scripts test --env=jsdom",
21+
"test": "react-scripts test --env=jsdom --passWithNoTests",
2222
"eject": "react-scripts eject"
2323
}
2424
}

0 commit comments

Comments
 (0)