https://github.com/ContentMine/quickscrape
Revision bbaa653ac3ec0a6b33f5aa808b6886e13fe21f7d authored by Richard Smith on 22 July 2014, 15:56:02 UTC, committed by Richard Smith on 22 July 2014, 15:56:02 UTC
1 parent 38e9720
Raw File
Tip revision: bbaa653ac3ec0a6b33f5aa808b6886e13fe21f7d authored by Richard Smith on 22 July 2014, 15:56:02 UTC
Release v0.2.6.
Tip revision: bbaa653
.travis.yml
language: node_js
node_js:
  - '0.10'
before_script:
  - npm install -g grunt-cli
after_script:
  - npm run coveralls
back to top