Skip to content

Commit

Permalink
nette-2.4: travis added php 7.2 & 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
solcik committed Mar 12, 2019
1 parent 3de1034 commit f5627e5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Expand Up @@ -4,6 +4,8 @@ php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3

cache:
directories:
Expand All @@ -28,20 +30,20 @@ jobs:
- env: title="Lowest Dependencies 5.6"
php: 5.6
install:
- travis_retry composer update --no-progress --prefer-dist --prefer-lowest
- travis_retry composer update --no-progress --prefer-dist --prefer-lowest --prefer-stable
script:
- ./vendor/bin/tester -s -p php --colors 1 -C ./tests/KdybyTests

- stage: Test Coverage
php: 7.1
php: 7.3
script:
- ./vendor/bin/tester -s -p phpdbg --colors 1 -C --coverage ./coverage.xml --coverage-src ./src ./tests/KdybyTests
after_script:
- travis_retry wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.1.0/php-coveralls.phar
- php php-coveralls.phar --verbose --config tests/.coveralls.yml

- stage: Outdated Dependencies
php: 7.1
php: 7.3
script:
- composer outdated --direct --strict

Expand Down

0 comments on commit f5627e5

Please sign in to comment.