https://github.com/ContentMine/quickscrape
Raw File
Tip revision: 4f37372a9e62eed2436cf7ab74023a319b9b5438 authored by Richard Smith-Unna on 11 January 2015, 14:28:11 UTC
Release v0.3.5.
Tip revision: 4f37372
.travis.yml
language: node_js
node_js:
  - '0.10'
before_script:
  - npm install -g grunt-cli
after_script:
  - npm run coveralls
back to top