https://github.com/ContentMine/quickscrape
Raw File
Tip revision: 7d6870f2658552acf03ad6beeb56ac0ec47e3d4f authored by Richard Smith-Unna on 02 October 2014, 21:13:53 UTC
Release v0.3.1.
Tip revision: 7d6870f
.travis.yml
language: node_js
node_js:
  - '0.10'
before_script:
  - npm install -g grunt-cli
after_script:
  - npm run coveralls
back to top