File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ notifications:
5
5
node_js :
6
6
- 6
7
7
- 8
8
+ - 10
8
9
matrix :
9
10
fast_finish : true
10
11
script : npm run travis
@@ -13,4 +14,7 @@ before_install:
13
14
before_script :
14
15
- npm prune
15
16
after_success :
16
- - npm run semantic-release
17
+ - npx semantic-release
18
+ branches :
19
+ except :
20
+ - /^v\d+\.\d+\.\d+$/
Original file line number Diff line number Diff line change 3
3
"author" : " mapzen" ,
4
4
"description" : " Configuration settings for Pelias" ,
5
5
"homepage" : " https://github.com/pelias/config" ,
6
- "version" : " 0.0.0-semantic-release " ,
6
+ "version" : " 0.0.0-development " ,
7
7
"license" : " MIT" ,
8
8
"main" : " index.js" ,
9
9
"scripts" : {
10
10
"lint" : " jshint ." ,
11
11
"test" : " npm run units" ,
12
- "travis" : " npm run check-dependencies && npm test" ,
12
+ "travis" : " npm test" ,
13
13
"units" : " node test/run.js | tap-spec" ,
14
- "validate" : " npm ls" ,
15
- "semantic-release" : " semantic-release pre && npm publish && semantic-release post" ,
16
- "check-dependencies" : " node_modules/.bin/npm-check --production"
14
+ "validate" : " npm ls"
17
15
},
18
16
"repository" : {
19
17
"type" : " git" ,
38
36
},
39
37
"devDependencies" : {
40
38
"jshint" : " ^2.9.4" ,
41
- "npm-check" : " git://github.com/orangejulius/npm-check.git#disable-update-check" ,
42
39
"precommit-hook" : " ^3.0.0" ,
43
40
"semantic-release" : " ^15.0.0" ,
44
41
"tap-spec" : " ^4.1.1" ,
47
44
"pre-commit" : [
48
45
" lint" ,
49
46
" validate" ,
50
- " test" ,
51
- " check-dependencies"
47
+ " test"
52
48
]
53
49
}
You can’t perform that action at this time.
0 commit comments