https://github.com/ContentMine/quickscrape
Raw File
Tip revision: fa2c3ec5464ec33d187179fbbd424edd4c2ba2cc authored by Richard Smith-Unna on 11 January 2015, 12:38:18 UTC
Release v0.3.4.
Tip revision: fa2c3ec
.travis.yml
language: node_js
node_js:
  - '0.10'
before_script:
  - npm install -g grunt-cli
after_script:
  - npm run coveralls
back to top