Skip to content

Commit 72dc40a

Browse files
committed
add travis build
1 parent 5584669 commit 72dc40a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
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

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# The Road to Learn React
1+
# The Road to Learn React - Hackernews Client
2+
3+
[![Build Status](https://travis-ci.org/the-road-to-learn-react/hackernews-client.svg?branch=master)](https://travis-ci.org/the-road-to-learn-react/hackernews-client)
24

35
The application you will build when you read the book to [learn React](https://www.robinwieruch.de/the-road-to-learn-react/).
46

0 commit comments

Comments
 (0)