Skip to content

Commit b320100

Browse files
committedDec 28, 2017
add travis build
1 parent ad1da4f commit b320100

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# react-redux-hackernews
22

3+
[![Build Status](https://travis-ci.org/rwieruch/react-redux-hackernews.svg?branch=master)](https://travis-ci.org/rwieruch/react-redux-hackernews)
4+
35
* Found in [Taming the State in React](https://roadtoreact.com/course-details?courseId=TAMING_THE_STATE)
46
* [Live](https://safe-shelf-39039.herokuapp.com/)
57

0 commit comments

Comments
 (0)
Please sign in to comment.