Skip to content

Commit 363ed93

Browse files
authored
Update .travis.yml
1 parent d8808eb commit 363ed93

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: php
22

33
php:
4-
- 5.6
54
- 7.0
65
- 7.1
6+
- 7.2
77

88
env:
99
global:
@@ -12,10 +12,6 @@ env:
1212

1313
matrix:
1414
include:
15-
- php: 5.6
16-
env: setup=lowest
17-
- php: 5.6
18-
env: laravel=5.3.x
1915
- php: 7.0
2016
env: laravel=5.5.x
2117

@@ -32,4 +28,4 @@ install:
3228

3329
script:
3430
- vendor/bin/phpunit
35-
- vendor/bin/phpcs --standard=psr2 src/
31+
- vendor/bin/phpcs --standard=psr2 src/

0 commit comments

Comments
 (0)