Skip to content

Commit c6121fa

Browse files
committed
Allow nightly php version to fail
Signed-off-by: William Desportes <[email protected]>
1 parent 188b902 commit c6121fa

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
@@ -9,6 +9,10 @@ php:
99
- 7.4
1010
- nightly
1111

12+
jobs:
13+
allow_failures:
14+
- php: nightly
15+
1216
install:
1317
- composer install
1418

0 commit comments

Comments
 (0)