Skip to content
This repository was archived by the owner on Jan 10, 2022. It is now read-only.

Commit 0a4e20e

Browse files
committed
Travis update
1 parent 283f331 commit 0a4e20e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ php:
66
- 7.0
77
- 7.1
88
- 7.2
9+
- 7.3
910

1011
sudo: true
1112

@@ -18,6 +19,7 @@ install:
1819
- travis_retry composer self-update && composer --version
1920
- export PATH="$HOME/.composer/vendor/bin:$PATH"
2021
- travis_retry composer install --prefer-dist --no-interaction
22+
- travis_retry composer require "phpunit/phpunit:4.8.27|^5.0|^6.0" --update-with-dependencies
2123

2224
script:
23-
- phpunit $PHPUNIT_FLAGS
25+
- vendor/bin/phpunit $PHPUNIT_FLAGS

0 commit comments

Comments
 (0)