calibre/.travis.yml
2017-05-21 13:39:30 +05:30

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