File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
notifications :
6
6
email : false
7
7
node_js :
8
+ - ' 9'
8
9
- ' 8'
9
10
script :
10
11
- npm run build
11
- - npm run test
12
12
after_success :
13
- - npm run semantic-release
13
+ - npm run travis-deploy-once "npm run semantic-release"
14
14
branches :
15
15
except :
16
16
- /^v\d+\.\d+\.\d+$/
Original file line number Diff line number Diff line change 13
13
"scripts" : {
14
14
"dev" : " tsc --watch" ,
15
15
"build" : " tsc" ,
16
- "semantic-release " : " semantic-release pre && yarn build && yarn publish && semantic-release post "
16
+ "travis-deploy-once " : " travis-deploy-once "
17
17
},
18
18
"devDependencies" : {
19
19
"@types/node" : " ^7.0.21" ,
20
20
"prettier" : " ^1.7.4" ,
21
- "semantic-release " : " ^8.2.0 " ,
22
- "typescript " : " ^2.3.2 "
21
+ "typescript " : " ^2.3.2 " ,
22
+ "travis-deploy-once " : " ^5.0.1 "
23
23
}
24
24
}
You can’t perform that action at this time.
0 commit comments