Skip to content

Commit a35a630

Browse files
committed
travis: ignore Laravel 6.0 failures for now
Too unstable it seems
1 parent 845c30a commit a35a630

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,12 @@ matrix:
5353
- php: '7.4snapshot'
5454
env: LARAVEL='dev-master'
5555
allow_failures:
56+
- php: '7.2'
57+
env: LARAVEL='6.0.*'
5658
- php: '7.2'
5759
env: LARAVEL='dev-master'
60+
- php: '7.3'
61+
env: LARAVEL='6.0.*'
5862
- php: '7.3'
5963
env: LARAVEL='dev-master'
6064
- php: '7.4snapshot'

0 commit comments

Comments
 (0)