Skip to content

Commit be11da8

Browse files
authored
Validate composer.json after adding description
1 parent e8ce52f commit be11da8

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
@@ -47,7 +47,7 @@ matrix:
4747

4848
## Install or update dependencies
4949
install:
50-
- composer validate
50+
#- composer validate
5151
- composer config --unset platform.php
5252
- if [ -z "$dependencies" ]; then composer install --prefer-dist; fi;
5353
- if [ "$dependencies" = "lowest" ]; then composer update --prefer-lowest --prefer-dist -n; fi;

0 commit comments

Comments
 (0)