1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-05-31 21:40:48 +00:00
programming-books/.travis.yml

18 lines
316 B
YAML
Raw Normal View History

language: shell
dist: xenial
os: linux
jobs:
include:
-
language: node_js
node_js:
- 14
before_script:
- npm install -g free-programming-books-lint
script:
- fpb-lint ./books/
- fpb-lint ./casts/
- fpb-lint ./courses/
- fpb-lint ./more/