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:
parent
de9952e0d1
commit
059621c087
7
.travis.yml
Normal file
7
.travis.yml
Normal 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 .
|
Loading…
Reference in New Issue
Block a user