summaryrefslogtreecommitdiff
path: root/lib/epub.js/.travis.yml
blob: d0cd9d3b2c78d2a66199610fce01aa6bb2dae74f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: node_js
node_js:
  - "node"
notifications:
  email: false
sudo: false
addons:
  chrome: stable
cache:
  directories:
    - node_modules
script:
  - npm test