https://github.com/ContentMine/quickscrape
Raw File
Tip revision: 04223ae3ffab58dc8fa1be108987116b6dd47549 authored by Richard Smith-Unna on 14 June 2015, 12:01:41 UTC
Release v0.4.3.
Tip revision: 04223ae
.travis.yml
language: node_js
node_js:
  - '0.10'
before_script:
  - npm install -g grunt-cli
after_script:
  - npm run coveralls
back to top