vinz
Version:
Enables secure storage of credentials right in your repo using AWS KMS.
24 lines (23 loc) • 365 B
YAML
language: node_js
sudo: false
node_js:
- "4.3"
cache:
directories:
- node_modules
before_install:
- npm install -g yarn
install:
- yarn
script:
- yarn run lint
- yarn run test
after_success:
- bash <(curl -s https://codecov.io/bash)
deploy:
provider: npm
email: bjacobel@gmail.com
api_key: $NPM_API_KEY
on:
tags: true
branch: master