Newer
Older
leaflet_plugins / Leaflet.timeline / .travis.yml
@natto natto on 9 Sep 2018 271 bytes timeline
language: node_js
node_js:
  - "8"
  - "9"
addons:
  code_climate:
    repo_token: ad59c2e03af9f78977643cc86d8d3e3c6c913c427f24c6522fb6f1410c6a5aa6
after_success:
  - npm install -g codeclimate-test-reporter
  - codeclimate-test-reporter < coverage/lcov.info
sudo: false