https://github.com/ContentMine/quickscrape
Raw File
Tip revision: 76f5bce5b050441a9fa52a2ea3ca1dc8b54b4656 authored by Richard Smith-Unna on 14 August 2014, 08:27:11 UTC
Release v0.2.8.
Tip revision: 76f5bce
.travis.yml
language: node_js
node_js:
  - '0.10'
before_script:
  - npm install -g grunt-cli
after_script:
  - npm run coveralls
back to top