We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad1da4f commit b320100Copy full SHA for b320100
.travis.yml
@@ -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
@@ -1,5 +1,7 @@
# react-redux-hackernews
+[](https://travis-ci.org/rwieruch/react-redux-hackernews)
* Found in [Taming the State in React](https://roadtoreact.com/course-details?courseId=TAMING_THE_STATE)
* [Live](https://safe-shelf-39039.herokuapp.com/)
0 commit comments