Skip to content

Commit dd4bafa

Browse files
committed
Patch: Travis and add badge
node_js version 6 doesn't work with the test command and I removed only master branch because I want it to be possible to build and test other branches as well.
1 parent 8a0c5ec commit dd4bafa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: node_js
22

33
node_js:
4-
- 'node'
5-
- '6'
6-
- '8'
4+
- 'node' # stable version
75
- '10'
6+
- '8'
7+
#- '6'
88

99
cache:
1010
directories:
@@ -17,6 +17,3 @@ script:
1717
- npm run test && echo -e "\n\n\n"
1818

1919
after_success: echo "Success"
20-
21-
branches:
22-
only: master

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
<a href="https://www.npmjs.com/package/advanced-react-cli">
1010
<img src="https://img.shields.io/npm/dw/advanced-react-cli.svg" alt="downloads-perweek" />
1111
</a>
12+
<a href="https://travis-ci.org/devisle/advanced-react-cli">
13+
<img src="https://img.shields.io/travis/devisle/advanced-react-cli" alt="Travis-build" />
14+
</a>
1215
</p>
1316

1417
This is an npm package which aims to provide a better way to install a React starter application and third-party packages for your application through an intuitive CLI.

0 commit comments

Comments
 (0)