UNPKG

current-git-branch

Version:

A tool to check if files are added in a git repository

18 lines (17 loc) 247 B
language: node_js sudo: true dist: trusty node_js: - "4" - "6" install: - npm i -g npm - node --version - npm --version - npm install script: npm test notifications: email: on_failure: change after_success: - npm run coveralls