language: node_js node_js: - 0.10.29 branches: only: - master - v1.0.0 before_install: - git submodule update --init --recursive script: - "npm run-script cover" - "npm run-script lint"