We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1fe42ef + 92a1d2a commit da5b41dCopy full SHA for da5b41d
.travis.yml
@@ -12,15 +12,3 @@ cache:
12
install:
13
- "npm install --ignore-scripts"
14
- "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
@@ -32,7 +32,6 @@
32
"@hapi/lab": "^22.0.0",
33
"allow-scripts": "^1.5.2",
34
"nock": "^12.0.1",
35
- "semantic-release": "^17.0.4",
36
"sinon": "^9.0.0",
37
"tmp": "^0.1.0"
38
},
0 commit comments