1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-11-22 19:45:09 +00:00

Have TravisCI style-check PRs

This commit is contained in:
Victor Felder 2015-11-13 21:26:36 +01:00
parent de9952e0d1
commit 059621c087

7
.travis.yml Normal file
View File

@ -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 .