language: node_js
node_js:
    - "0.10"
    - "0.12"
script:
    - "npm run test-sa"
    - "npm run test-cc"
after_script: 
    - "npm run test-cc-post"
