This repository was archived by the owner on Oct 1, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : node_js
22node_js :
3- - 8.11.2
4- - ' 9 '
3+ - lts/*
4+ - node
55services :
66 - docker
77before_install :
88 - ' git config --global url."git@github.com:".insteadOf "https://github.com/"'
99 - npm install -g lsc nsp
1010 - docker build -t services-cache ./run
1111 - ' docker run -d -p 6379:6379 services-cache'
12- install :
13- - npm install
1412script :
1513 - nsp check
1614 - npm run coverage
2018 - ~/.npm
2119notifications :
2220 email : false
23- after_success :
24- - npm run travis-deploy-once "npm run semantic-release"
2521branches :
2622 except :
2723 - /^v\d+\.\d+\.\d+$/
24+ after_success :
25+ - npm run semantic-release
Original file line number Diff line number Diff line change 3030 "husky" : " ^0.14.3" ,
3131 "coveralls" : " ^3.0.1" ,
3232 "@labshare/semantic-release-config" : " ^1.0.0" ,
33- "travis-deploy-once" : " ^5.0.0" ,
3433 "semantic-release" : " ^15.5.0"
3534 },
3635 "scripts" : {
3736 "test" : " jasmine JASMINE_CONFIG_PATH=./test/lib/jasmine.json" ,
3837 "coverage" : " istanbul cover jasmine JASMINE_CONFIG_PATH=./test/lib/jasmine.json" ,
3938 "commitmsg" : " commitlint -e $GIT_PARAMS" ,
40- "travis-deploy-once" : " travis-deploy-once --pro" ,
4139 "semantic-release" : " semantic-release"
4240 },
43- "publishConfig" : {
44- "access" : " restricted"
45- },
4641 "release" : {
4742 "extends" : " @labshare/semantic-release-config"
48- },
49- "peerDependencies" : {}
43+ }
5044}
You can’t perform that action at this time.
0 commit comments