@yaga/indexed-db-tile-cache
Version:
Spatial tile cache that saves its data into the IndexedDB of your browser
27 lines (19 loc) • 346 B
YAML
sudo: false
language: node_js
node_js:
- "6"
cache:
directories:
- node_modules
before_script:
- npm install
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- npm run travis-test
after_success:
- "cat coverage/Firefox*/lcov.info | ./node_modules/.bin/coveralls"
branches:
only:
- develop
- master