Skip to content

Commit f0797b3

Browse files
committed
Just a OCD cure =)
1 parent 1a53d8e commit f0797b3

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
@@ -22,11 +22,12 @@ branches:
2222
matrix:
2323
fast_finish: true
2424
include:
25+
- php: nightly
26+
name: "PHP: 8.0"
27+
2528
- php: 7.2
2629
name: Lowest version of dependencies
2730
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="./vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml"
28-
- php: nightly
29-
name: PHP 8.0
3031

3132
install:
3233
- composer update ${COMPOSER_FLAGS} --prefer-source --no-interaction

0 commit comments

Comments
 (0)