8000 Fix travis rvm versions and slack integration · GitHubToolbox/github-ripper@13e051b · GitHub
[go: up one dir, main page]

Skip to content

Commit 13e051b

Browse files
committed
Fix travis rvm versions and slack integration
1 parent d6e8c31 commit 13e051b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ matrix:
9393
script:
9494
- "./reek/scan.sh"
9595
- language: ruby
96-
name: YAML Linting (rvm 2.7)
97-
rvm: 2.7
96+
name: YAML Linting (rvm 3.0)
97+
rvm: 3.0
9898
before_install:
9999
- git clone https://github.com/TravisToolbox/yaml-lint
100100
install:
@@ -112,8 +112,8 @@ matrix:
112112
script:
113113
- "./shellcheck/scan.sh"
114114
- language: ruby
115-
name: Link Checking (rvm 2.7)
116-
rvm: 2.7
115+
name: Link Checking (rvm 3.0)
116+
rvm: 3.0
117117
env:
118118
- WHITELIST="https://img.shields.io"
119119
- EXCLUDE_FILES="CHANGELOG.md,github-lister-core.gemspec"
@@ -126,4 +126,4 @@ matrix:
126126
notifications:
127127
email: false
128128
slack:
129-
secure: SUarMpNZePsGIzmwZq/jCnEa8nKPE31tnsYF7PjihOQNuMjRjQps+fuVqBCm7tyxf+J79mQ7CelID3zwRN8jWP7pF1ZDJEi6tgLfIj6cCW3UlmKdn3+wzilrjxL32nkjaJvpgh+5Sv5y8PaWg2x82Utp97fh4D/x1d2PcYLjKx8g3iC5FxjDxkydC65ERaEZpTCyFskG2obnJBXUCNdO1b+7jJUxIhuPTkdc/wt51mgpEo+iz3GY4aMSBTOA1Ug5lV3vb8ZUS8YrUdC62/nIEToRzO/TqNt/Pyhzpbj3TDAXlmmw/Cvlsbe4ip670d7MLLxUv7Dyb1zB0+UZiHmLo5eivg2OaYKcjqXIQUPSdfh8cDyjVL1+67Qzeoe8QH1NwZ1kncu38aBmHUQSZgekBbE1yF9PxaQWJFxRWt6dkIBBEWUfSVKBZ8f74vJuZjpJQm95OvFxNbqK71yJER9vTfDuUmCOi1+dwYRYeXF0T0S7zju8LQy0EW1rf7QGSFMWVFASMy7i8oJBESQEAAA5ohWPcGeg7mSeEirLPnstyJeNdULXdFYx6YqrCW+DNsDM67SCPRmLseb8bxwFTPQOMi3vtLFDIp5PoGrRbha4YYYJBwO3QCO6XPHRcIe/wNfDC58uc71l2yYkIY4dT119wzqDxznDRiOEgztnwaY/lHw=
129+
secure: KG21jo2z3wbe2uZXQEHO7qNSK4UeHnYuTPiW5HWAy/uV54eP8Lk9fep54mxtTGlYwzdJFHoMWs6rHBZmK/2OvnJ9gVHG4SfYMdcrtkBVN/TeGKm4U51k7/3ZH7/NYdxyI2iHFkD0AkDBaLsq5xDj0R0rm5f7d9fuED1rd7EiiZzxSJIUteP+KfgByzIucqzQd5jEqxgWYRVXeTxbn1uhKoorC2LcCNt7DxDZagj/Z0vrQiXp1YZ27xdcEriZtj7kinzrhAa2FkFMSI58ApjiTorIGls5U9jdcMJMKi5Tx22rD2w031LEo+dEJEPLIo0IxY7w/8SWtx9LXWNKAOrMcDPlRuGFZObMoOj2lWJKb6lb1smEyGiQ37S2Br2dWRug8FeSDQgNI74YqIaIVp1Mf/PKaNUoF/Dsgn7gGuTUraRJ14UsqfoQgXFjxf4Ycm+ZIVOkipncXyBSkFadDHtKFFBCD0c1/PWnNxSKkjGPknzHgV3VApziRg8ejV8sJzW0JH2UQWf3Q12mvRtBtLqGnyQvQ/ipFTRxZAGbQPltvvDMcaNqamBMR4Ksm4AXucIp8OecCFHZOS6yNKsnTlcXdCZ8jxath3HcaPaZaeWXBBDToe3ZI92JQEHo/sX+grfpaNTL8pvfrs7JFPu32jGWm7LGDjnUxXT+ot83rnfcv7E=

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file.
55

66
This changelog was automatically generated using [Caretaker](https://github.com/DevelopersToolbox/caretaker) by [Wolf Software](https://github.com/WolfSoftware)
77

8-
### [v0.1.0](https://github.com/DevelopersToolbox/github-ripper/releases/v0.1.0)
8+
### [Unreleased](https://github.com/DevelopersToolbox/github-ripper/compare/v0.1.0...HEAD)
99

10-
> Released on March, 12th 2021
10+
- Fix travis rvm versions and slack integration [`[head]`](https://github.com/DevelopersToolbox/github-ripper/commit/)
1111

12-
- The initial commit [`[head]`](https://github.com/DevelopersToolbox/github-ripper/commit/)
12+
- The initial commit [`[d6e8c31]`](https://github.com/DevelopersToolbox/github-ripper/commit/d6e8c3134a2a0f19446da799615aeda8998bc8b4)
1313

0 commit comments

Comments
 (0)
0