Skip to content

Commit 968b683

Browse files
update travis config for Laravel 5.6, PHP 7.1/7.2
1 parent f683aab commit 968b683

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ cache:
66

77
matrix:
88
include:
9-
- php: 7.0
10-
env: ILLUMINATE_VERSION=5.5.*
119
- php: 7.1
12-
env: ILLUMINATE_VERSION=5.5.*
10+
env: ILLUMINATE_VERSION=5.6.*
11+
- php: 7.2
12+
env: ILLUMINATE_VERSION=5.6.*
1313

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

0 commit comments

Comments
 (0)