Skip to content

Commit 4a3eb8d

Browse files
committed
fix: update CI configuration and remove analytics script
- Upgrade Ruby from deprecated 2.2 to 3.1 in Travis CI - Remove embedded Google Analytics script from README.md - Fixes outdated dependencies and improves markdown rendering
1 parent 57b4dd8 commit 4a3eb8d

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: ruby
22
rvm:
3-
- 2.2
3+
- 3.1
44
before_script:
55
- gem install awesome_bot
66
script:

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1220,13 +1220,3 @@ Some data mining competition platforms
12201220

12211221
### Hobby
12221222
- [Awesome Music Production](https://github.com/ad-si/awesome-music-production)
1223-
1224-
<!-- Global site tag (gtag.js) - Google Analytics -->
1225-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YL0RV0E5XZ"></script>
1226-
<script>
1227-
window.dataLayer = window.dataLayer || [];
1228-
function gtag(){dataLayer.push(arguments);}
1229-
gtag('js', new Date());
1230-
1231-
gtag('config', 'G-YL0RV0E5XZ');
1232-
</script>

0 commit comments

Comments
 (0)