mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-02 14:49:16 +02:00
13 lines
167 B
YAML
13 lines
167 B
YAML
language: node_js
|
|
node_js:
|
|
- "node"
|
|
notifications:
|
|
email: false
|
|
sudo: false
|
|
addons:
|
|
chrome: stable
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
script:
|
|
- npm test
|