language: node_js
node_js:
- '6'
notifications:
  email: false
env:
  - OSM_P2P_DB_DELAY=200
after_success: npm run coverage
