Skip to content
This repository was archived by the owner on Oct 19, 2020. It is now read-only.

Commit 133c6f1

Browse files
committed
New PHP version
1 parent 2a19311 commit 133c6f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

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

33
php:
4+
- 7.1
45
- 7.0
56
- 5.6
67
- 5.5
@@ -16,4 +17,4 @@ script:
1617
# Try to install all requirements.
1718
- composer install
1819
# Check if there is a security issue with the required packages.
19-
- bin/security-checker security:check
20+
- bin/security-checker security:check composer.lock

0 commit comments

Comments
 (0)