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
21language : node_js
32cache :
43 directories :
5- - node_modules
4+ - ~/.npm
65notifications :
76 email : false
87node_js :
9- - ' node'
10- - ' 6'
11- before_install :
12- - npm i -g npm@^2.0.0
13- before_script :
14- - npm prune
8+ - ' 9'
9+ - ' 8'
1510after_success :
16- - npm run semantic-release
11+ - npm run travis-deploy-once "npm run semantic-release"
1712branches :
1813 except :
1914 - /^v\d+\.\d+\.\d+$/
Original file line number Diff line number Diff line change 44 "main" : " sysreg.js" ,
55 "scripts" : {
66 "test" : " eslint . && mocha tests" ,
7- "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
7+ "semantic-release" : " semantic-release" ,
8+ "travis-deploy-once" : " travis-deploy-once"
89 },
910 "engines" : {
1011 "node" : " >=6.4.0"
2829 "cz-conventional-changelog" : " ^2.1.0" ,
2930 "eslint" : " ^4.16.0" ,
3031 "mocha" : " ^5.0.0" ,
31- "semantic-release" : " ^12.4.1"
32+ "semantic-release" : " ^12.4.1" ,
33+ "travis-deploy-once" : " ^4.3.3"
3234 },
3335 "eslintConfig" : {
3436 "env" : {
4749 },
4850 "dependencies" : {
4951 "lodash" : " ^4.17.4"
50- }
52+ },
53+ "version" : " 0.0.0-development"
5154}
You can’t perform that action at this time.
0 commit comments