Skip to content

Commit

Permalink
fixing travis file added badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Zamponi committed Nov 22, 2020
1 parent a2f45cc commit 8307a48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@ cache:

env:
global:
- COMPOSER_PROCESS_TIMEOUT=600
- COMPOSER_ARGS="--no-interaction"
- COVERAGE_DEPS="php-coveralls/php-coveralls"
- LOWEST_DEPS_REMOVE=""
- LATEST_DEPS_REQUIRE=""

matrix:
fast_finish: true
Expand Down Expand Up @@ -40,12 +37,12 @@ matrix:

before_install:
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
- if [[ $DEPS == 'lowest' ]]; then travis_retry composer remove $COMPOSER_ARGS --no-update --dev $LOWEST_DEPS_REMOVE ; fi
- if [[ $DEPS == 'latest' ]]; then travis_retry composer require $COMPOSER_ARGS --no-update --dev $LATEST_DEPS_REQUIRE ; fi

install:
- if [[ $DEPS == 'lowest' ]]; then travis_retry composer update $COMPOSER_ARGS --prefer-lowest ; fi
- travis_retry composer install $COMPOSER_ARGS --ignore-platform-reqs
- if [[ $LEGACY_DEPS != '' ]]; then travis_retry composer update $COMPOSER_ARGS --with-dependencies $LEGACY_DEPS ; fi
- if [[ $DEPS == 'latest' ]]; then travis_retry composer update $COMPOSER_ARGS ; fi
- if [[ $DEPS == 'lowest' ]]; then travis_retry composer update --prefer-lowest --prefer-stable $COMPOSER_ARGS ; fi
- if [[ $TEST_COVERAGE == 'true' ]]; then travis_retry composer require --dev $COMPOSER_ARGS $COVERAGE_DEPS ; fi
- stty cols 120 && composer show

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
> ## This is work in progress. This repo will eventually host a Laminas migrated version of ZfcUserDoctrineORM


LmcUserDoctrineORM
==================
[![Build Status](https://travis-ci.com/LM-Commons/LmcUserDoctrineORM.svg?branch=master)](https://travis-ci.com/LM-Commons/LmcUserDoctrineORM )
[![Coverage Status](https://coveralls.io/repos/github/LM-Commons/LmcUserDoctrineORM/badge.svg?branch=master)](https://coveralls.io/github/LM-Commons/LmcUserDoctrineORM?branch=master)
Based on ZfcUserDoctrineORM by Kyle Spraggs and the ZF-Commons team

Introduction
Expand Down

0 comments on commit 8307a48

Please sign in to comment.