swh:1:snp:3af1a03cd091600016317ad7197cfc7dfd1319c7
Raw File
Tip revision: 399ed2e70e31b6652ae568479dd1c0ad926d42bb authored by Siddharth Narayanaswamy on 26 August 2015, 01:24:34 UTC
minor HMC opts fix
Tip revision: 399ed2e
.travis.yml
language: node_js

node_js:
  - "0.12"
  - "0.11"
  - "0.10"

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

script:
  - grunt

sudo: false
back to top