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

Commit 058b8af

Browse files
committed
Apply requested changes to Travis configuration
1 parent 10d318c commit 058b8af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ php:
1010
- 7.0
1111
- 7.1
1212
- 7.2
13+
- 7.3
1314
- hhvm
1415

1516
env:
@@ -24,6 +25,9 @@ matrix:
2425
allow_failures:
2526
- php: hhvm
2627
fast_finish: true
28+
include:
29+
- php: 7.0
30+
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
2731

2832
before_install:
2933
- if [[ $COVERAGE != true && $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini; fi

0 commit comments

Comments
 (0)