We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ae2c4 commit 79b63ccCopy full SHA for 79b63cc
.travis.yml
@@ -7,7 +7,6 @@ notifications:
7
email: true
8
node_js:
9
- '6'
10
- - '4.2.2'
11
before_script:
12
- npm prune
13
script:
package.json
@@ -72,23 +72,10 @@
72
}
73
},
74
"devDependencies": {
75
- "@semantic-release/condition-travis": "5.0.2",
76
- "condition-node-version": "1.3.0",
77
"git-issues": "1.3.1",
78
"mocha": "3.2.0",
79
"pre-git": "3.14.0",
80
"semantic-release": "6.3.6",
81
"standard": "8.6.0"
82
- },
83
- "release": {
84
- "verifyConditions": [
85
- {
86
- "path": "@semantic-release/condition-travis"
87
88
89
- "path": "condition-node-version",
90
- "node": "4.2.2"
91
- }
92
- ]
93
94
0 commit comments