Skip to content

Commit c2fdbce

Browse files
committed
adding ci
1 parent a211721 commit c2fdbce

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

.travis.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: node_js
2+
node_js:
3+
- '9'
4+
- '8'
5+
- '7'
6+
- '6'
7+
- '5'
8+
- '4'
9+
script:
10+
- npm run test
11+
after_success:
12+
- npm run semantic-release

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"debug-test": "mocha --debug-brk --inspect tests/index.js"
1818
},
1919
"repository": {
20-
"type": "git",
21-
"url": "https://github.com/diana.suvorova/eslint-plugin-react-redux"
22-
},
20+
"type": "git",
21+
"url": "https://github.com/diana.suvorova/eslint-plugin-react-redux"
22+
},
2323
"devDependencies": {
2424
"babel-eslint": "^8.1.0",
2525
"eslint": "^4.14.0",
@@ -31,7 +31,8 @@
3131
"eslint-plugin-promise": "^3.6.0",
3232
"eslint-plugin-react": "^7.5.1",
3333
"eslint-plugin-standard": "^3.0.1",
34-
"mocha": "^4.0.1"
34+
"mocha": "^4.0.1",
35+
"semantic-release": "^11.0.2"
3536
},
3637
"engines": {
3738
"node": ">=6.10.0"

0 commit comments

Comments
 (0)