Skip to content

Commit 58b08e8

Browse files
Removed Sonar from Travis
1 parent 69735f3 commit 58b08e8

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ install: composer update --no-interaction --no-suggest --no-progress
2121

2222
script:
2323
- phpdbg -qrr vendor/bin/phpunit --coverage-clover phpunit.coverage.xml --log-junit phpunit.report.xml
24-
- sonar-scanner -Dsonar.organization=verbanent-public -Dsonar.projectKey=verbanent_eloquent-binary-uuid -Dsonar.sources=src -Dsonar.host.url=https://sonarcloud.io
2524

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Ordered binary UUID in Laravel / Eloquent
22

3-
[![Build Status](https://travis-ci.org/verbanent/eloquent-binary-uuid.svg?branch=master)](https://travis-ci.org/verbanent/eloquent-binary-uuid)
43
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=verbanent_eloquent-binary-uuid&metric=alert_status)](https://sonarcloud.io/dashboard?id=verbanent_eloquent-binary-uuid)
54
[![Downloads](https://img.shields.io/packagist/dt/verbanent/eloquent-binary-uuid.svg)](https://packagist.org/packages/verbanent/eloquent-binary-uuid)
65
[![StyleCI](https://github.styleci.io/repos/285826449/shield?branch=master)](https://github.styleci.io/repos/285826449)
@@ -10,7 +9,6 @@
109
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=verbanent_eloquent-binary-uuid&metric=coverage)](https://sonarcloud.io/dashboard?id=verbanent_eloquent-binary-uuid)
1110
![Packagist PHP Version Support](https://img.shields.io/packagist/php-v/verbanent/eloquent-binary-uuid)
1211
![Packagist License](https://img.shields.io/packagist/l/verbanent/eloquent-binary-uuid)
13-
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/verbanent/eloquent-binary-uuid/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/verbanent/eloquent-binary-uuid/?branch=master)
1412

1513
Based on articles about the optimization of UUID storage in databases, I decided to write a simple library that allows this in my projects. I based on the information available here:
1614
https://www.percona.com/blog/2014/12/19/store-uuid-optimized-way/

0 commit comments

Comments
 (0)