calibre/.travis.yml
2019-08-07 13:10:17 +05:30

28 lines
474 B
YAML

language: node_js
nodejs:
- node
cache:
directories:
- node_modules
- .build-cache
matrix:
include:
- os: linux
sudo: false
addons:
apt:
packages: libgl1-mesa-dev
- os: osx
before_install:
- python setup/unix-ci.py install
- python setup/unix-ci.py bootstrap
script: python setup/unix-ci.py test
notifications:
email:
on_success: change
on_failure: change