Browse Source

Configure Continuous Integration (CI) for linting rules

Maxime Quandalle 10 năm trước cách đây
mục cha
commit
ece7354b0c
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      .travis.yml

+ 7 - 0
.travis.yml

@@ -0,0 +1,7 @@
+language: node_js
+node_js:
+  - "0.10.40"
+install:
+  - "npm install -g eslint"
+script:
+  - "eslint ./"