Skip to content

Commit b3dcff8

Browse files
authored
Add php 7.2 (#14)
1 parent 8aebba2 commit b3dcff8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ matrix:
55
- php: 5.6
66
- php: 7.0
77
- php: 7.1
8+
- php: 7.2
89
fast_finish: true
910

1011
before_install:
@@ -15,4 +16,4 @@ install:
1516

1617
script:
1718
- composer validate --strict --no-check-lock
18-
- phpunit
19+
- ./vendor/bin/phpunit

0 commit comments

Comments
 (0)