This repository was archived by the owner on Nov 24, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
46 lines (46 loc) · 1.76 KB
/
.travis.yml
File metadata and controls
46 lines (46 loc) · 1.76 KB
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
matrix:
include:
- language: ruby
name: Github Linguist (rvm 2.7)
rvm: 2.7
before_install:
- git clone https://github.com/TravisToolbox/github-linguist
install:
- "./github-linguist/install.sh"
script:
- "./github-linguist/scan.sh"
- language: ruby
name: YAML Linting (rvm 2.7)
rvm: 2.7
before_install:
- git clone https://github.com/TravisToolbox/yaml-lint
install:
- "./yaml-lint/install.sh"
script:
- "./yaml-lint/scan.sh"
- language: bash
name: Shellcheck (Bash)
os: linux
arch: arm64-graviton2
before_install:
- git clone https://github.com/TravisToolbox/shellcheck
install:
- "./shellcheck/install.sh"
script:
- "./shellcheck/scan.sh"
- language: ruby
name: Link Checking (rvm 2.7)
rvm: 2.7
env:
- WHITELIST="https://img.shields.io"
- EXCLUDE_FILES="CHANGELOG.md"
before_install:
- git clone https://github.com/TravisToolbox/awesomebot
install:
- "./awesomebot/install.sh"
script:
- "./awesomebot/scan.sh"
notifications:
email: false
slack:
secure: IAuBlhhiZBDMfo6cBks/8Ces3op5hPdHrAPAMeZ6uz25hPxUV/Q5qqvFzQkLyFA3exXqxSI2yVG65sSIHoWbF4KyVpc7PvsjxP19C4jtCawt8wi2UtLPm4y7DRFopXVEZoVbMaHgMhG3wV5ReG2uWfdMSC/WlAdVnyUlSEbQkTk2DlUH3N2eE4QgwxSnYxWzvJ+09X4c0YqrAe8n0xxbAK8HdQ09cyU8yZXmeujUfWL1vh4DwmD3bjPvdEiB8la0IBlj6o0YTjvHuhpmLSLnpZWOx0Q4DDaCkSLHd77r0SwH7+UBAQsLTBEFfglpq6Vrbaig+Y9otfbgsqUQMaXYcj6AlochFg8NpU26FjeTQw1uGFC79oc4B8NWkwjla3ZNMuaXmKa2NfXOtSyXBY+E2brzIZKpEbY2b/YDjw1UsXyZk+kr5kYMz3+qVHf/VLMRnwY9MaYZyxhMIPmd/RHbg6wvA3vQXNVvpwt5qznjzRqMFFT1dFc2jqhZbotwyl5UKqB4ro0W0xQnt8ggU7FlWPeqz0JH3O+x23rNaSOgOU3cziIa1t0e/I3CSbSkBvPCZNec3hqlU1l4AhEoH9fDzQ+K9sJZkpQaY7MtGcMYVn/+YHy/KOg18MM1hIkfzFsDsIfpzd75zrKDD8gD90+XrjPCi7BwpR0BtbnaKjcQr28=