File tree 3 files changed +9
-16
lines changed 3 files changed +9
-16
lines changed Original file line number Diff line number Diff line change 1
1
matrix :
2
2
include :
3
3
- language : ruby
4
- name : Github Linguist (rvm 2.7)
5
- rvm : 2.7
6
- before_install :
7
- - git clone https://github.com/TravisToolbox/github-linguist
8
- install :
9
- - " ./github-linguist/install.sh"
10
- script :
11
- - " ./github-linguist/scan.sh"
12
- - language : ruby
13
- name : YAML Linting (rvm 2.7)
14
- rvm : 2.7
4
+ name : YAML Linting (rvm 3.0)
5
+ rvm : 3.0
15
6
before_install :
16
7
- git clone https://github.com/TravisToolbox/yaml-lint
17
8
install :
@@ -29,8 +20,8 @@ matrix:
29
20
script :
30
21
- " ./shellcheck/scan.sh"
31
22
- language : ruby
32
- name : Link Checking (rvm 2.7 )
33
- rvm : 2.7
23
+ name : Link Checking (rvm 3.0 )
24
+ rvm : 3.0
34
25
env :
35
26
- WHITELIST="https://img.shields.io"
36
27
- EXCLUDE_FILES="CHANGELOG.md"
@@ -43,4 +34,4 @@ matrix:
43
34
notifications :
44
35
email : false
45
36
slack :
46
- secure : u6/etg/maKdgTfIe5NnpEjdezAajNASHWiBJHvJIXDbwyOOpzDkrfr66E9dner5NZsC5P7uKalJGuA3SMT8ecMPmB9JhBQd6KWWcs2EBoWvwUdS8g0tg6alHbtIFsdvNwEWzEaCY1AnbRnC94ZdQD9cWAPRb2rTx8uhfrEKlVQRLNXeqi4+/eCDjqiOO/RM5cfrV+VqMh1plpaeppKo63zMLNwdu8X7Nhsf5v1/3ED/VFO0kjsXIkQK2Vm3g7WS1GIwGMdvYJu4XlTC5VyX/cV6FiAMz/dtqQEvu9dkSThG2nATe+xEwtpEjgLh+TZpROGWWWbh/810whzfr4EtOu2DjFpnx7R2jK1ctKYg83Rvs9oKl9z30rny4QBkVuMhxGDFy3nALJFdUY069brE+f5KJy1SSjy2jYR/Obzl3AsfEMsEM6LA/ySYwAekWizsfUzEcOFxVWX//4q2y8DECm/xxC9APVPjQNE8UpEHQVPbvw+FGGnWx2UW0KPEJ7VbdA/4jaHe1GYlEE2WRknLkbEgf10mDz4wyV4vGCOXG4dCmOsDjA2nj90K6lGIdLuTJFD20pt3FgECqp17d9RFj9hP7FdIB9zx7xXkXT8b4E+dADUJ7fahIynTfepZ8UhXhHB+vg3ruPuy7qvZwjIem7cax/r6rlb4l0vtq1FoMulg =
37
+ secure : MIaIXBL02d/b6OHOOpi5+aJtO6pPnciwWvMzA4nEBM9mKFvqJjy8RLnrX0ZTgO9YaPuUZ9VL0mEK4GogSfysLFjgqYsgE/8v5HPsATB5T5ipqVcomSvOJqjXtESxCAYUIc4Gsy8LaEQXjrmfODsla8Vi2CIdBz8x+5VsXq9aCR0i2BdJrJfZPclwtoo2mJn4p6BBojMQVeTqQyI9zberb34MUa/gbkmxnU3l9sPEiftdHEHcOyeJLPcHVKqmeHyRUYXeT5PBVKhd7z4WNgX0POlPDyWzf+SIM3d3OA54PVT/clM+aaeeIKeIYvfqijVcGZHQqe92OeyuPwzHrb0PQDYdB9+XwSBg7pCamy3Jg97JJJnOlNC0jba/todQ1hd9/yQjl5eDqAzXEidhln1e5YFboSCioLuT5yTk+07vjklXK13Wi0QYofs+W4gMfxfmOkn9yf0HWXaN+5ZB/ho87SH0yAxQsPhu/f+lRvV4WHQXJeekI/nOKAb0J41xpe/JRmg4tDN5dhqaarfpnDrqYy3JMiv6PYrUdcgunVAW/Qz158+v6tRVX3wjaE3V/qBAuLNo0NCa5W8/SSjsxpxkuDlyQKVslnjpvKFFQbEu2CZg6T4cgxOuZAEo8jIBG4jta1Z0MnfiHC2aD7r3+yCPojXDpMy579YiJWPv0kRCoAU =
Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ This changelog was automatically generated using [Caretaker](https://github.com/
7
7
8
8
### [ Unreleased] ( https://github.com/DevelopersToolbox/ini-file-parser/compare/v0.1.0...HEAD )
9
9
10
- - Rename tests -> demos to be more in line with other projects [ ` [head] ` ] ( https://github.com/DevelopersToolbox/ini-file-parser/commit/ )
10
+ - Fix travis rvm versions and slack integration [ ` [head] ` ] ( https://github.com/DevelopersToolbox/ini-file-parser/commit/ )
11
+
12
+ - Rename tests -> demos to be more in line with other projects [ ` [a7ef94a] ` ] ( https://github.com/DevelopersToolbox/ini-file-parser/commit/a7ef94a39834afc7931bb41b5071b9fed6b3d067 )
11
13
12
14
- The initial commit [ ` [1be9f73] ` ] ( https://github.com/DevelopersToolbox/ini-file-parser/commit/1be9f731866391877af53f826b5d4147fe6a7a12 )
13
15
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ declare section1_value1
44
44
45
45
SCRIPTPATH=" $( dirname " $( cd " $( dirname " $0 " ) " > /dev/null 2>&1 || exit ; pwd -P ) " ) "
46
46
47
- # shellcheck disable=SC1090
47
+ # shellcheck disable=SC1090,SC1091
48
48
source " ${SCRIPTPATH} " /src/ini-file-parser.sh
49
49
50
50
# -------------------------------------------------------------------------------- #
You can’t perform that action at this time.
0 commit comments