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

Commit 780d4a3

Browse files
committed
Using composer update on travis
1 parent 848ea14 commit 780d4a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ script:
1717
# Validate composer.json file.
1818
- composer validate
1919
# Try to install all requirements.
20-
- composer install
20+
- composer update
2121
# Check if there is a security issue with the required packages.
2222
- vendor/bin/security-checker security:check

0 commit comments

Comments
 (0)