File tree Expand file tree Collapse file tree 3 files changed +4549
-646
lines changed Expand file tree Collapse file tree 3 files changed +4549
-646
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
cache :
3
3
yarn : true
4
+ directories :
5
+ - ~/.npm
4
6
notifications :
5
7
email : false
6
8
node_js :
7
- - 8
8
- - 6
9
- - 4
10
- before_install :
11
- - yarn global add greenkeeper-lockfile@1
12
- before_script :
13
- - greenkeeper-lockfile-update
14
- - npm prune || true
15
- script :
16
- - yarn test
17
- after_script :
18
- - greenkeeper-lockfile-upload
9
+ - ' 10'
10
+ - ' 8'
11
+ - ' 6'
19
12
after_success :
20
- - npm run semantic-release
13
+ - npm run travis-deploy-once "npm run semantic-release"
21
14
branches :
22
15
except :
23
16
- /^v\d+\.\d+\.\d+$/
Original file line number Diff line number Diff line change 13
13
"build" : " tsc -p tsconfig.json" ,
14
14
"lint" : " tslint 'src/**/*.ts'" ,
15
15
"test" : " jest --env=node" ,
16
- "predocs " : " rm -rf docs/ " ,
17
- "prepublish " : " npm run build " ,
18
- "semantic-release " : " semantic-release pre && npm publish && semantic-release post "
16
+ "prepublishOnly " : " npm run build " ,
17
+ "semantic-release " : " semantic-release " ,
18
+ "travis-deploy-once " : " travis-deploy-once "
19
19
},
20
20
"repository" : {
21
21
"type" : " git" ,
42
42
"jest" : " ^21.2.1" ,
43
43
"lint-staged" : " ^4.0.0" ,
44
44
"prettier" : " ^1.14.3" ,
45
- "semantic-release" : " ^6.3.6" ,
45
+ "semantic-release" : " ^15.9.17" ,
46
+ "travis-deploy-once" : " ^5.0.9" ,
46
47
"ts-jest" : " ^21.1.3" ,
47
48
"tslint" : " ^5.11.0" ,
48
49
"tslint-config-prettier" : " ^1.15.0" ,
You can’t perform that action at this time.
0 commit comments