Skip to content

Commit

Permalink
chore(semantic-release): configure semantic-release-cli setup to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gtkatakura committed Sep 28, 2018
1 parent fa9687d commit d434ba4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ sudo: false

language: node_js
node_js:
- 8
- '10'
- '9'
- '8'
- '6'

before_install:
- yarn add codecov.io coveralls
Expand Down
17 changes: 11 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recursive-func",
"version": "1.0.0",
"version": "0.0.0-development",
"description": "Describe recursive-func here",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -16,15 +16,20 @@
"test": "nwb test",
"test:coverage": "nwb test --coverage",
"test:watch": "nwb test --server",
"semantic-release": "semantic-release"
},
"dependencies": {
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once"
},
"dependencies": {},
"devDependencies": {
"nwb": "0.23.x"
"nwb": "0.23.x",
"travis-deploy-once": "^5.0.9",
"semantic-release": "^15.9.16"
},
"author": "",
"homepage": "",
"license": "MIT",
"repository": ""
"repository": {
"type": "git",
"url": "https://github.com/gtkatakura/recursive-func.git"
}
}

0 comments on commit d434ba4

Please sign in to comment.