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 7c7fd3d commit 2f4d0dbCopy full SHA for 2f4d0db
.travis.yml
@@ -0,0 +1,5 @@
1
+language: node_js
2
+sudo: false
3
+node_js:
4
+ - "4"
5
+ - "6"
package.json
@@ -39,5 +39,8 @@
39
"eslint-config-standard": "^6.0.0",
40
"eslint-plugin-promise": "^2.0.1",
41
"eslint-plugin-standard": "^2.0.0"
42
+ },
43
+ "scripts": {
44
+ "test": "eslint src"
45
}
46
0 commit comments