Browse Source

Remove coveralls

pull/41/head
Nafies Luthfi 7 years ago
parent
commit
36ecef945a
  1. 6
      .travis.yml
  2. 1
      README.id.md
  3. 1
      README.md

6
.travis.yml

@ -6,12 +6,8 @@ php:
before_script: before_script:
- travis_retry composer self-update - travis_retry composer self-update
- travis_retry composer install --prefer-source --no-interaction - travis_retry composer install --prefer-source --no-interaction
- travis_retry composer require php-coveralls/php-coveralls
- cp .env.example .env - cp .env.example .env
- php artisan key:generate - php artisan key:generate
script: script:
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
after_success:
- vendor/bin/php-coveralls -v --exclude-no-stmt
- vendor/bin/phpunit

1
README.id.md

@ -3,7 +3,6 @@
[![Build Status](https://travis-ci.org/nafiesl/free-pmo.svg?branch=master)](https://travis-ci.org/nafiesl/free-pmo) [![Build Status](https://travis-ci.org/nafiesl/free-pmo.svg?branch=master)](https://travis-ci.org/nafiesl/free-pmo)
[![StyleCI](https://styleci.io/repos/111558421/shield?branch=master)](https://styleci.io/repos/111558421) [![StyleCI](https://styleci.io/repos/111558421/shield?branch=master)](https://styleci.io/repos/111558421)
[![Coverage Status](https://coveralls.io/repos/github/nafiesl/free-pmo/badge.svg?branch=master)](https://coveralls.io/github/nafiesl/free-pmo?branch=master)
Free PMO (Project Management Office), software management project untuk *freelancer* dan agensi, dibangun dengan Framework **Laravel 5**. Free PMO (Project Management Office), software management project untuk *freelancer* dan agensi, dibangun dengan Framework **Laravel 5**.

1
README.md

@ -3,7 +3,6 @@
[![Build Status](https://travis-ci.org/nafiesl/free-pmo.svg?branch=master)](https://travis-ci.org/nafiesl/free-pmo) [![Build Status](https://travis-ci.org/nafiesl/free-pmo.svg?branch=master)](https://travis-ci.org/nafiesl/free-pmo)
[![StyleCI](https://styleci.io/repos/111558421/shield?branch=master)](https://styleci.io/repos/111558421) [![StyleCI](https://styleci.io/repos/111558421/shield?branch=master)](https://styleci.io/repos/111558421)
[![Coverage Status](https://coveralls.io/repos/github/nafiesl/free-pmo/badge.svg?branch=master)](https://coveralls.io/github/nafiesl/free-pmo?branch=master)
Free PMO (Project Management Office), management project software for *freelancer* and agency, built with **Laravel 5** Framework. Free PMO (Project Management Office), management project software for *freelancer* and agency, built with **Laravel 5** Framework.

Loading…
Cancel
Save