UNPKG

git-pre-push

Version:

Automatically install pre-push hooks for your npm modules (based on pre-commit package by Arnout Kazemier).

17 lines (16 loc) 286 B
sudo: false language: node_js node_js: - "0.12" - "0.10" - "0.8" - "4" - "iojs" before_install: - "npm install -g npm@1.4.x" script: - "npm run test-travis" after_script: - "npm install coveralls@2.11.x && cat coverage/lcov.info | coveralls" matrix: fast_finish: true