swh:1:snp:3af1a03cd091600016317ad7197cfc7dfd1319c7
Raw File
Tip revision: 390729396426d91510fc590490310374cc1139e1 authored by Daniel Ritchie on 10 June 2015, 21:24:13 UTC
Decided to add the experimental results to the repo.
Tip revision: 3907293
.travis.yml
language: node_js

node_js:
  - "0.11"
  - "0.10"

install:
  - npm install
  - npm install -g nodeunit grunt-cli

script:
  - grunt
back to top