Skip to content

Commit

Permalink
Merge pull request #143 from renatomarinho/2.x
Browse files Browse the repository at this point in the history
Version 2.0
  • Loading branch information
joaorobertopb committed Jan 15, 2021
2 parents d40fb69 + 24d7e0b commit 5c807f0
Show file tree
Hide file tree
Showing 56 changed files with 491 additions and 1,023 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
composer.lock
phpunit.xml
vendor
.phpunit.result.cache
23 changes: 11 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,31 @@
language: php

sudo: false

env:
global:
- setup=stable

matrix:
fast_finish: true
include:
- php: 5.6
- php: 5.6
- php: 7.2
- php: 7.2
env: setup=lowest
- php: 7.0
- php: 7.0
- php: 7.3
- php: 7.3
env: setup=lowest
- php: 7.1
- php: 7.1
- php: 7.4
- php: 7.4
env: setup=lowest
- php: 8.0
- php: 8.0
env: setup=lowest
- php: 7.2

sudo: false

cache:
directories:
- $HOME/.composer/cache

before_install:
- travis_retry composer self-update

install:
- if [[ $setup = 'stable' ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-stable --no-suggest; fi
- if [[ $setup = 'lowest' ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-lowest --prefer-stable --no-suggest; fi
Expand Down

0 comments on commit 5c807f0

Please sign in to comment.