We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83f461 commit 7736a40Copy full SHA for 7736a40
.travis.yml
@@ -1,8 +1,4 @@
1
language: node_js
2
node_js:
3
- - "0.10"
4
- - "0.12"
5
- "4"
6
- "node"
7
-
8
-sudo: false
package.json
@@ -14,8 +14,11 @@
14
"status",
15
"commit"
16
],
17
+ "engines": {
18
+ "node": ">=4.2"
19
+ },
20
"author": "Jared Forsyth <[email protected]>",
- "license": "BSD",
21
+ "license": "MIT",
22
"bugs": {
23
"url": "https://github.com/Strider-CD/strider-github-status/issues"
24
},
0 commit comments