Skip to content

Commit 2a4460d

Browse files
update travis config to fast_finish, test 7.4
1 parent 84ccb85 commit 2a4460d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@ cache:
55
- $HOME/.composer/cache
66

77
matrix:
8+
fast_finish: true
89
include:
910
- php: 7.2
1011
env: ILLUMINATE_VERSION=6.0.*
1112
- php: 7.3
1213
env: ILLUMINATE_VERSION=6.0.*
14+
- php: 7.4snapshot
15+
env: ILLUMINATE_VERSION=6.0.*
1316

1417
before_install: travis_retry composer require "illuminate/database:${ILLUMINATE_VERSION}" "illuminate/events:${ILLUMINATE_VERSION}" --no-update -v
1518

0 commit comments

Comments
 (0)