Parcourir la source

Have TravisCI style-check PRs

Victor Felder il y a 10 ans
Parent
commit
059621c087
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. 7 0
      .travis.yml

+ 7 - 0
.travis.yml

@@ -0,0 +1,7 @@
+language: node_js
+sudo: false
+node_js:
+  - "4.1"
+before_script:
+  - npm install -g https://github.com/vhf/free-programming-books-lint.git
+script: fpb-lint .