sudo: false
language: node_js
node_js:
  - 0.10
git:
  submodules: false

after_script:
   - "echo 'Since tests passed: instrument files, rerun tests and publish results to coveralls' "
   - "sh -e ./bin/publish-code-coverage.sh"
