https://github.com/ContentMine/quickscrape
Revision 9e36288953ab099309ca0df3cb8ef3a11155fe47 authored by Richard Smith-Unna on 31 March 2015, 09:06:02 UTC, committed by Richard Smith-Unna on 31 March 2015, 09:06:02 UTC
1 parent c86dabe
Raw File
Tip revision: 9e36288953ab099309ca0df3cb8ef3a11155fe47 authored by Richard Smith-Unna on 31 March 2015, 09:06:02 UTC
tidy bibjson html capture
Tip revision: 9e36288
.travis.yml
language: node_js
node_js:
  - '0.10'
before_script:
  - npm install -g grunt-cli
after_script:
  - npm run coveralls
back to top