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 c140d4b commit 055d80aCopy full SHA for 055d80a
.travis.yml
@@ -0,0 +1,11 @@
1
+language: node_js
2
+
3
+node_js:
4
+ - "5"
5
+ - "6"
6
+ - "7"
7
8
+before_script:
9
10
+script:
11
+ - npm run eslint
0 commit comments