File tree Expand file tree Collapse file tree 2 files changed +23
-8
lines changed
Expand file tree Collapse file tree 2 files changed +23
-8
lines changed Original file line number Diff line number Diff line change 1- language : " node_js"
1+ sudo : false
2+ language : node_js
3+ cache :
4+ directories :
5+ - node_modules
6+ notifications :
7+ email : false
28node_js :
3- - " 0.10"
4- - " 0.11"
5- - " 0.12"
6- - " iojs"
9+ - ' 4'
10+ - ' iojs-v3'
11+ - ' iojs-v2'
12+ - ' iojs-v1'
13+ - ' 0.12'
14+ - ' 0.10'
715services :
816 - couchdb
17+ before_install :
18+ - npm i -g npm@^2.0.0
19+ before_script :
20+ - npm prune
21+ after_success :
22+ - npm run semantic-release
Original file line number Diff line number Diff line change 11{
22 "name" : " couchdb-push" ,
3- "version" : " 2.1.3" ,
43 "description" : " Deploy CouchDB documents from directory, JSON or module." ,
54 "main" : " index.js" ,
65 "bin" : " cli.js" ,
76 "scripts" : {
8- "test" : " tap test/*.js"
7+ "test" : " tap test/*.js" ,
8+ "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
99 },
1010 "repository" : {
1111 "type" : " git" ,
3232 },
3333 "devDependencies" : {
3434 "tap" : " ~0.4.11" ,
35- "nano" : " ^6.1.3"
35+ "nano" : " ^6.1.3" ,
36+ "semantic-release" : " ^4.3.5"
3637 }
3738}
You can’t perform that action at this time.
0 commit comments