mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-09-29 15:31:08 -04:00
20 lines
312 B
YAML
20 lines
312 B
YAML
language: node_js
|
|
nodejs:
|
|
- node
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
- .build-cache
|
|
|
|
matrix:
|
|
include:
|
|
- os: linux
|
|
sudo: false
|
|
- os: osx
|
|
|
|
before_install:
|
|
- python setup/unix-ci.py install
|
|
- python setup/unix-ci.py bootstrap
|
|
|
|
script: python setup/unix-ci.py test
|