-
Notifications
You must be signed in to change notification settings - Fork 1
/
.travis.yml
79 lines (68 loc) · 2.84 KB
/
.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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
################################################################################
# #
# db db .8888. dP 888888b 8888ba .8888. d8b db 888888b d8888P #
# 88 88 d8' `8b 88 88 88 `8b d8' `8b 88V8 88 88 88 #
# Y8 8P 88 88 88 a88aaa 88aa8P' 88 88 88 V8 88 88aaa 88 #
# `8b d8' 88 88 88 88 88 `8b 88 88 88 V888 88 88 #
# `8bd8' Y8. .8P 88 88 88 .88 Y8. .8P dP 88 V88 88 88 #
# YP `888P' 88888P 888888P 888888' `888P' 88 VP 8P 888888P dP #
# #
################################################################################
#
# A VK.COM adapter for hubot.
#
# Copyright (C) 2016-2020 Volebo <[email protected]>
# Copyright (C) 2016-2020 Maksim Koryukov <[email protected]>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the MIT License, attached to this software package.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# You should have received a copy of the MIT License along with this
# program. If not, see <https://opensource.org/licenses/MIT>.
#
# http://spdx.org/licenses/MIT
#
################################################################################
sudo: false
language: node_js
node_js:
- 10
- 12
- 14
# - 15
# env:
# global:
# - NODE_ENV=dev
matrix:
allow_failures:
- node_js:
- 15
cache:
directories:
- node_modules
before_install:
- npm config set spin false
install:
- npm install -g codecov
- npm install
script:
- npm run lint
# - npm run test
- npm run coverage
- codecov
deploy:
provider: npm
api_key:
secure: "L7aGRc/c7JrSRWsKSa83cDXerxUQhb7ZG3Dr7cYKhKlrKuC4afjPT4hks9cGQzl91oX9SYGeR13o0YsGfLLI0UBIdlwWXiYTWtOrTlRAk4Aj8E0ULiTjLy+eekrFQw7c+5SunZbjmWuYXr1R2nrgwY9K+aa408SaLS1PI0UOznQHWsqZdlAF4IQZ4/0zbyJBaAPB5iPkL5rST2I5/rrAnDdhFffl/DdTbQCUcb5lT12IDIkQP917fASH5+wCBc7fByJMAP8ikEZtZQM/R9ImEHIMnge8A90k/3AnOf9/iEncbL5JGODkgPQyj2PGI8oduu0POcUwNCrm4faAjRshJxOIS3bJS+b7GGkiMC5Y+gXQ0WiODhxBzVpY5XH4UGrB/fmmNe4j/CkH231wQLfHhnZ20Sz6LjxzzsyM6eQV52GOwM+1ohMHKkJhOJM901TrdnDdREGHtc0EspH3tIWVcKvDSXz/mveitpFN+Pl4g/xAQSLtvJkXeVu72mNiW7qzget74Y7A/e/nurFEhIqEAR2Rs3A/ykVoFp1mTRz/Qie1BjlscTALMy9yAQf27vSi9cAe4e+AXcoEkjSlqskDpnbFohnCw6SPCVpER8LUWIxee9QIl/ZNCwM2YMO+Ah6swFl06RJ8Q9P7qcxFJ3fpGJsK7aRlObw/peSp0vrdwVQ="
email: [email protected]
on:
tags: true
node_js: 14
repo: volebo/hubot-vk
after_deploy:
# Send notification to Slack:
- curl -sL https://raw.githubusercontent.com/volebo/dev/master/scripts/im/slack-publish.sh | bash -s -