calibre/.travis.yml
2017-05-09 23:49:04 +05:30

19 lines
269 B
YAML

language: node_js
nodejs:
- 6
cache:
directories:
- node_modules
- .build-cache
matrix:
include:
- os: linux
sudo: false
- os: osx
before_install:
- python setup/unix-ci.py install
script: python setup/unix-ci.py test