forked from opencollective/cmv-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
23 lines (23 loc) · 875 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
language: node_js
node_js:
- 'node'
sudo: false
before_install: npm install -g grunt-cli
before_script: grunt build --verbose
deploy:
provider: releases
api_key:
secure: PbeHwM34muUp/D+g9gbpBj/ABYtKRmPkgRpvSMl8zxFw/slFEoepA25komkh4QO1VGV5xGtUiIz8F6Rg+uhgWiid0F+GAxDjVc9NAUAeK9ONzKpo9H5f7JJrESBnEp06R6CVR/hVPN5v2UlKUJd2MoRYHKTM/GlnCY8/L+0j0bU=
file: dist/viewer.zip
on:
tags: true
all_branches: true
skip_cleanup: true
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/f92bdb739985993b4e60
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
slack:
secure: Q8I5Lrp5XYsBZuyrWZCIu8Xi1Gti5E8Mpj9UYHDl2nfQlUyCDLRkRi4UlvcvuesWEy2MWlx6A3tBajMVF5582jucWyHxAP/+rff3QniHTIKaeBGhzWFGVte7CWbJ4QjYGN0Wjkf1Ixp9umU3AJSQ2CzS46kVQmTL4PnlhpQbVFg=