https://github.com/ContentMine/quickscrape
Revision f8b16d9ed8a4d41a879eab61913cfffc334323a2 authored by Richard Smith-Unna on 10 April 2015, 21:37:37 UTC, committed by Richard Smith-Unna on 10 April 2015, 21:37:37 UTC
1 parent 4bd505b
Raw File
Tip revision: f8b16d9ed8a4d41a879eab61913cfffc334323a2 authored by Richard Smith-Unna on 10 April 2015, 21:37:37 UTC
Update README for v0.3.7
Tip revision: f8b16d9
.travis.yml
language: node_js
node_js:
  - '0.10'
before_script:
  - npm install -g grunt-cli
after_script:
  - npm run coveralls
back to top