UNPKG

divvy-rest

Version:

A RESTful API for submitting payments and monitoring accounts on the Divvy network.

19 lines (18 loc) 659 B
language: node_js node_js: - '0.10' install: - npm install before_script: - npm install -g eslint - curl 'https://raw.githubusercontent.com/xdv/javascript-style-guide/master/eslintrc' > ./eslintrc - eslint --reset -c ./eslintrc $(git --no-pager diff --name-only --diff-filter=AM --relative $(git merge-base FETCH_HEAD origin/HEAD) FETCH_HEAD | grep "\.js$") script: - npm test --coverage after_success: - npm run coveralls env: global: secure: LuOqYk32n2VrtHgojSP4ugk4ig7/QLNXRRUWFqPy0ZEA+HxMsaPr+uylLMEi0yj43sIa+nAu9xdblkkzfcYzGZIjJRWV5L3CGZZONps9snspx7R9ZBbmuvcvlZmORxzYeJBoFC1C5VKR/lciFT3er8j7nagzMEociY/bR1lPGBw= notifications: email: false