mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2025-01-31 06:37:29 +00:00
keep travis to compare with github actions
This commit is contained in:
parent
37dc474fbd
commit
c93325a120
14
.travis.yml
Normal file
14
.travis.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
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 .
|
Loading…
Reference in New Issue
Block a user