This repository has been archived on 2019-10-13. You can view files and clone it, but cannot push or open issues or pull requests.
2017-10-14 01:39:11 +02:00

18 lines
281 B
YAML

before_install:
- npm install -g grunt-cli
before_deploy:
- grunt before-deploy
after_deploy:
- grunt after-deploy
language: node_js
node_js:
- 6
notifications:
email: false
deploy:
provider: npm
email: "per@liedman.net"
"on":
all_branches: true
tags: true