Skip to content

Commit 79b63cc

Browse files
committed
chore(ci): only build on Node 6
1 parent 11ae2c4 commit 79b63cc

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ notifications:
77
email: true
88
node_js:
99
- '6'
10-
- '4.2.2'
1110
before_script:
1211
- npm prune
1312
script:

package.json

-13
Original file line numberDiff line numberDiff line change
@@ -72,23 +72,10 @@
7272
}
7373
},
7474
"devDependencies": {
75-
"@semantic-release/condition-travis": "5.0.2",
76-
"condition-node-version": "1.3.0",
7775
"git-issues": "1.3.1",
7876
"mocha": "3.2.0",
7977
"pre-git": "3.14.0",
8078
"semantic-release": "6.3.6",
8179
"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-
]
9380
}
9481
}

0 commit comments

Comments
 (0)