Skip to content
This repository was archived by the owner on Dec 2, 2021. It is now read-only.

Commit 5e12d43

Browse files
committed
Build on PHP nightly
1 parent b47287c commit 5e12d43

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
@@ -19,12 +19,16 @@ script:
1919
- ./bin/phpunit
2020

2121
jobs:
22+
fast_finish: true
23+
allow_failures:
24+
- php: nightly
2225
include:
2326
# Tests
2427
- php: 7.1
2528
- php: 7.2
2629
- php: 7.3
2730
- php: 7.4
31+
- php: nightly
2832
- php: 7.1
2933
env:
3034
- COMPOSER_FLAGS="--prefer-lowest"

0 commit comments

Comments
 (0)