Skip to content

Commit 747adfe

Browse files
authored
Merge pull request #17 from pkgjs/cleanup
Remove semantic-release dep
2 parents c165e4e + 92a1d2a commit 747adfe

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

.travis.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,3 @@ cache:
1212
install:
1313
- "npm install --ignore-scripts"
1414
- "npx allow-scripts"
15-
16-
#@todo uncomment before v1
17-
#jobs:
18-
# include:
19-
# - stage: release
20-
# if: branch = master AND type = push
21-
# node_js: "12"
22-
# deploy:
23-
# provider: "script"
24-
# skip_cleanup: true
25-
# script:
26-
# - "npx semantic-release"

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"@hapi/lab": "^22.0.0",
3333
"allow-scripts": "^1.5.2",
3434
"nock": "^12.0.1",
35-
"semantic-release": "^17.0.4",
3635
"sinon": "^9.0.0",
3736
"tmp": "^0.1.0"
3837
},

0 commit comments

Comments
 (0)