-
Notifications
You must be signed in to change notification settings - Fork 13
/
.travis.yml
144 lines (133 loc) · 3.57 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
dist: focal
os: linux
language: nodejs
#services:
# - mongodb
# - mysql
# - redis
#before_install:
# - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.22.18
# - export PATH="$HOME/.yarn/bin:$PATH"
#install:
# - yarn install --frozen-lockfile
jobs:
include:
# - language: node_js
# # EOL: 2021-04-30
# name: "NodeJS 10 LTS: Dubnium"
# node_js:
# - "10"
# cache:
# directories:
# - node_modules
# - language: node_js
# # EOL: 2022-04-30
# name: "NodeJS 12 LTS: Erbium"
# node_js:
# - "12"
# cache:
# directories:
# - node_modules
# - language: node_js
# # EOL: 2020-06-01
# name: "NodeJS 13"
# node_js:
# - "13"
# cache:
# directories:
# - node_modules
# - language: node_js
# # EOL: 2023-04-30
# name: "NodeJS 14: Fermium"
# node_js:
# - "14"
# cache:
# #yarn: true
# directories:
# - node_modules
# - language: node_js
# # EOL: 2021-06-01
# name: "NodeJS 15"
# node_js:
# - "15"
# cache:
# directories:
# - node_modules
- language: node_js
# EOL: 2024-04-30
name: "NodeJS 16: Gallium"
node_js:
- "16"
cache:
directories:
- node_modules
# - language: node_js
# # EOL: 2022-06-01
# name: "NodeJS 17"
# node_js:
# - "17"
# cache:
# directories:
# - node_modules
- language: node_js
# EOL: 2025-04-30
name: "NodeJS 18: Hydrogen"
node_js:
- "18"
cache:
directories:
- node_modules
# - language: node_js
# # EOL: 2023-06-01
# name: "NodeJS 19"
# node_js:
# - "19"
# cache:
# directories:
# - node_modules
# - language: node_js
# # EOL: 2026-04-30
# name: "NodeJS 20: Iron"
# node_js:
# - "20"
# cache:
# directories:
# - node_modules
# - language: node_js
# # EOL: Indeterminate
# name: "NodeJS: LTS"
# node_js:
# - "lts/*"
# cache:
# directories:
# - node_modules
# - language: node_js
# # EOL: Indeterminate
# name: "NodeJS: Stable"
# node_js:
# - "node"
# cache:
# directories:
# - node_modules
# before_install:
# - export CHROME_BIN=chromium-browser
# - export DISPLAY=:99.0
# - sh -e /etc/init.d/xvfb start
# before_script:
# - npm install
# script: node_modules/karma/bin/karma start karma.conf.js --single-run
#addons:
# firefox: latest
# sauce_connect:
# username: "Your Sauce Labs username"
# access_key: "Your Sauce Labs access key"
# apt:
# sources:
# - google-chrome
# packages:
# - google-chrome-stable
notifications:
slack:
on_success: change
on_failure: always
secure: WI//hJ5ZccUjIQmkUkRqZOYSD3OZV9pAdVl6l7xJ4Z0mq4upTUpDOzApM0AyeyPdtAjxa2+Q2imPkN/Ew9Z7L+GEl9rlNfWPCyBVaQ04Z1Ra83DkvIZqtwgqX86XUJtUXWB30vwnRh/Q6VZm+s9eGjXO73BZzrbS8dRg6Qm053dD4Nvz7ZK2dkOO0/IRDVrVuFCfko6kbAKE9XuH8Et3NGZGdnaO2bb4K7D9ePbI1ZUOZUZg/kfBrri5MOZtqYwNEGtsFE9c+nRds6j/8h58wXX1r+BKsjR3TykvlwffF/nLmXf/4TKkPct++mmM1y34RZ/CYcJoNUhubH+aJvlzO0V55HVFopQiGsMkIRS5+M4hF9dGjlRA1I1f1bfiV1SR1HS+Ov+kPzPgDuH7Ov2SAUzT2qqSnhSbPfVBZRf3hhgX/9XHm/0EacOAHwuLZaGHEg9tb9O2ZbrOQHW0Vktufb79MJ7aA55X4rV9ENUnPi7j24uz46a4IxRRsOX+I4SheD6RJPHLiPje0fTEUHMnxDj2yxehR1+cQCtPDLMxv7Giwxt33CEN3DQNpcGfyyqWbWE88nvk0ZV9Y/t+NJK+Z112+RxIw4qC4XcFcIhk40jN4cNGClbxlUsK53zF4ptPS2NRh9/gMrHuxy/JChnz/iuaKp4g8+AARDx6K67UutM=