Skip to content

Commit 53f2be3

Browse files
authored
Merge pull request #149 from sergiy-petrov/patch-1
Improve CI testing
2 parents c81d5ed + 8993691 commit 53f2be3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.travis.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ php:
44
- 7.2
55
- 7.3
66
- 7.4
7-
- 8.0snapshot
7+
- 8.0
8+
- nightly
9+
10+
matrix:
11+
fast_finish: true
12+
allow_failures:
13+
- php: nightly
814

915
# This triggers builds to run on the new TravisCI infrastructure.
1016
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
@@ -23,4 +29,4 @@ script:
2329
- vendor/bin/phpunit --coverage-clover=coverage.xml
2430

2531
after_script:
26-
- bash <(curl -s https://codecov.io/bash)
32+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)