Files
free-programming-books/.travis.yml
T
2020-11-29 18:43:20 -05:00

15 lines
223 B
YAML

language: shell
dist: xenial
os: linux
jobs:
include:
-
language: node_js
node_js:
- 6
before_script:
- npm install -g free-programming-books-lint
script:
- fpb-lint .