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 5584669 commit 72dc40aCopy full SHA for 72dc40a
.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,4 +1,6 @@
-# The Road to Learn React
+# The Road to Learn React - Hackernews Client
+[](https://travis-ci.org/the-road-to-learn-react/hackernews-client)
The application you will build when you read the book to [learn React](https://www.robinwieruch.de/the-road-to-learn-react/).
0 commit comments