https://github.com/ContentMine/quickscrape
Raw File
Tip revision: 1a2e360c5c1b5ffc124b4968213b4f6891a308b7 authored by Richard Smith on 02 July 2014, 21:44:14 UTC
Release v0.2.0.
Tip revision: 1a2e360
.travis.yml
language: node_js
node_js:
  - '0.10'
before_script:
  - npm install -g grunt-cli
after_script:
  - npm run coveralls
back to top