Skip to content

Commit

Permalink
attempt #8
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardofiorani committed Jul 19, 2020
1 parent 097bc7d commit d56f2cc
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,29 @@ sudo: false

# Setup build matrix
language: php
#dist: trusty
#php:
dist: trusty
php:
# - 5.4
# - 5.5
# - 5.6
# - 7.0
# - 7.1
# - 7.2
- 7.2
# - 7.3
# - 7.4
jobs:
include:
- php: 5.3
dist: precise
#jobs:
# include:
# - php: 5.3
# dist: precise

# Dependencies
before_install:
- phpenv config-rm xdebug.ini
- composer self-update
- php -r "echo ini_get('memory_limit').PHP_EOL;"

install:
- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --prefer-dist --no-interaction

script:
- phpenv config-add xdebug.ini
- phpunit --verbose --coverage-clover=coverage.clover

after_script:
Expand Down

0 comments on commit d56f2cc

Please sign in to comment.