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

Commit d1aea1d

Browse files
committed
Travis update
1 parent b87ca29 commit d1aea1d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
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
# faster builds on new travis setup not using sudo
1112
sudo: false
@@ -19,7 +20,7 @@ install:
1920
- travis_retry composer self-update && composer --version
2021
- export PATH="$HOME/.composer/vendor/bin:$PATH"
2122
- travis_retry composer install --prefer-dist --no-interaction
23+
- travis_retry composer require "phpunit/phpunit:4.8.27|^5.0|^6.0" --update-with-dependencies
2224

2325
script:
24-
- phpunit $PHPUNIT_FLAGS
25-
26+
- vendor/bin/phpunit $PHPUNIT_FLAGS

0 commit comments

Comments
 (0)