18 lines
281 B
YAML
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
|