File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change
1
+ language : node_js
2
+ cache :
3
+ directories :
4
+ - ~/.npm
5
+ - " node_modules"
6
+ notifications :
7
+ email : false
8
+ node_js :
9
+ - ' 9'
10
+ - ' 8'
11
+ - ' 6'
12
+ after_success :
13
+ - npm run travis-deploy-once "npm run semantic-release"
14
+ branches :
15
+ except :
16
+ - /^v\d+\.\d+\.\d+$/
Original file line number Diff line number Diff line change 15
15
"license" : " MIT" ,
16
16
"repository" : {
17
17
"type" : " git" ,
18
- "url" : " https:git@ github.com: bitIO/express-rest-file-server.git"
18
+ "url" : " https:// github.com/ bitIO/express-rest-file-server.git"
19
19
},
20
20
"bugs" : {
21
21
"url" : " https://github.com/bitIO/express-rest-file-server/issues"
31
31
"start" : " node index.js" ,
32
32
"start:disk" : " node index.js --storageType=disk" ,
33
33
"test" : " echo \" Error: no test specified\" && exit 0" ,
34
- "semantic-release" : " semantic-release"
34
+ "semantic-release" : " semantic-release" ,
35
+ "travis-deploy-once" : " travis-deploy-once"
35
36
},
36
37
"dependencies" : {
37
38
"body-parser" : " ^1.18.2" ,
45
46
"eslint-config-airbnb-base" : " ^12.1.0" ,
46
47
"eslint-plugin-import" : " ^2.11.0" ,
47
48
"pkg-ok" : " ^2.2.0" ,
48
- "semantic-release" : " ^15.3.1"
49
+ "semantic-release" : " ^15.3.1" ,
50
+ "travis-deploy-once" : " ^5.0.0"
49
51
},
50
52
"eslintConfig" : {
51
53
"extends" : " airbnb-base" ,
You can’t perform that action at this time.
0 commit comments