We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ccb85 commit 2a4460dCopy full SHA for 2a4460d
.travis.yml
@@ -5,11 +5,14 @@ cache:
5
- $HOME/.composer/cache
6
7
matrix:
8
+ fast_finish: true
9
include:
10
- php: 7.2
11
env: ILLUMINATE_VERSION=6.0.*
12
- php: 7.3
13
14
+ - php: 7.4snapshot
15
+ env: ILLUMINATE_VERSION=6.0.*
16
17
before_install: travis_retry composer require "illuminate/database:${ILLUMINATE_VERSION}" "illuminate/events:${ILLUMINATE_VERSION}" --no-update -v
18
0 commit comments