File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ sudo : false
12language : node_js
3+ cache :
4+ directories :
5+ - node_modules
6+ notifications :
7+ email : false
28node_js :
3- - 4
4- - 5
5- - 6
9+ - ' 4'
10+ - ' 5'
11+ - ' 6'
12+ before_install :
13+ - npm i -g npm@^2.0.0
14+ before_script :
15+ - npm prune
16+ after_success :
17+ - ' curl -Lo travis_after_all.py https://git.io/travis_after_all'
18+ - python travis_after_all.py
19+ - export $(cat .to_export_back) &> /dev/null
20+ - npm run semantic-release
21+ branches :
22+ except :
23+ - /^v\d+\.\d+\.\d+$/
Original file line number Diff line number Diff line change 11{
22 "name" : " snappy-msgpack-stream" ,
3- "version" : " 1.0.6" ,
43 "description" : " Streams of framed Snappy-compressed MessagePack messages" ,
54 "main" : " index.js" ,
65 "scripts" : {
7- "test" : " standard && tape test.js"
6+ "test" : " standard && tape test.js" ,
7+ "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
88 },
99 "dependencies" : {
1010 "bops" : " ^1.0.0" ,
2323 "license" : " MIT" ,
2424 "devDependencies" : {
2525 "standard" : " ^8.0.0" ,
26- "tape" : " ^4.6.0"
26+ "tape" : " ^4.6.0" ,
27+ "semantic-release" : " ^4.3.5"
2728 },
2829 "repository" : {
2930 "type" : " git" ,
3031 "url" : " https://github.com/KlausTrainer/snappy-msgpack-stream.git"
32+ },
33+ "release" : {
34+ "branch" : " main"
3135 }
3236}
Original file line number Diff line number Diff line change 22
33[ ![ Build Status] ( https://travis-ci.org/KlausTrainer/snappy-msgpack-stream.svg?branch=main )] ( https://travis-ci.org/KlausTrainer/snappy-msgpack-stream )
44[ ![ JavaScript Style Guide] ( https://img.shields.io/badge/code%20style-standard-brightgreen.svg )] ( http://standardjs.com/ )
5+ [ ![ semantic-release] ( https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg )] ( https://github.com/semantic-release/semantic-release )
56
67Streams of framed [ Snappy] ( https://google.github.io/snappy/ ) -compressed [ MessagePack] ( http://msgpack.org/ ) messages..
78
You can’t perform that action at this time.
0 commit comments