https://github.com/ContentMine/quickscrape
Raw File
Tip revision: f4a4587d0f100b23e974a094bf5989e9e97ae830 authored by Richard Smith-Unna on 11 January 2015, 15:34:54 UTC
Release v0.3.6.
Tip revision: f4a4587
.travis.yml
language: node_js
node_js:
  - '0.10'
before_script:
  - npm install -g grunt-cli
after_script:
  - npm run coveralls
back to top