We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c81d5ed + 8993691 commit 53f2be3Copy full SHA for 53f2be3
1 file changed
.travis.yml
@@ -4,7 +4,13 @@ php:
4
- 7.2
5
- 7.3
6
- 7.4
7
- - 8.0snapshot
+ - 8.0
8
+ - nightly
9
+
10
+matrix:
11
+ fast_finish: true
12
+ allow_failures:
13
+ - php: nightly
14
15
# This triggers builds to run on the new TravisCI infrastructure.
16
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
@@ -23,4 +29,4 @@ script:
23
29
- vendor/bin/phpunit --coverage-clover=coverage.xml
24
30
25
31
after_script:
26
- - bash <(curl -s https://codecov.io/bash)
32
+ - bash <(curl -s https://codecov.io/bash)
0 commit comments