https://github.com/ContentMine/quickscrape
Raw File
Tip revision: 436f18d555640cdab6476c82ed76ec2f67411038 authored by Richard Smith on 19 June 2014, 11:41:48 UTC
Release v0.1.7.
Tip revision: 436f18d
.travis.yml
language: node_js
node_js:
  - '0.10'
before_script:
  - npm install -g grunt-cli
after_script:
  - npm run coveralls
back to top