Revision 399ed2e70e31b6652ae568479dd1c0ad926d42bb authored by Siddharth Narayanaswamy on 26 August 2015, 01:24:34 UTC, committed by Siddharth Narayanaswamy on 26 August 2015, 01:24:34 UTC
 - keep aggregator consistent across smc and rejuvenation kernels
 - fix default kernel opts for HSMC
1 parent dcb1286
Raw File
.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