sudo: false
language: node_js
node_js:
 - 5.3.0
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"
