Skip to content

Commit 2d3ff32

Browse files
authored
Merge pull request academic#556 from Godswill-code/fix/ci-updates
fix: update CI configuration and remove analytics script
2 parents c1a6bb3 + 4a3eb8d commit 2d3ff32

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
@@ -1224,13 +1224,3 @@ Some data mining competition platforms
12241224

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

0 commit comments

Comments
 (0)