Skip to content

Commit 7736a40

Browse files
Drop Node<4
1 parent b83f461 commit 7736a40

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
language: node_js
22
node_js:
3-
- "0.10"
4-
- "0.12"
53
- "4"
64
- "node"
7-
8-
sudo: false

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@
1414
"status",
1515
"commit"
1616
],
17+
"engines": {
18+
"node": ">=4.2"
19+
},
1720
"author": "Jared Forsyth <[email protected]>",
18-
"license": "BSD",
21+
"license": "MIT",
1922
"bugs": {
2023
"url": "https://github.com/Strider-CD/strider-github-status/issues"
2124
},

0 commit comments

Comments
 (0)