mirror of
https://github.com/namibia/free-programming-books.git
synced 2024-11-05 21:07:51 +00:00
8 lines
157 B
YAML
8 lines
157 B
YAML
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 .
|