Skip to content

Commit 6794dd8

Browse files
committed
Remove now standard --installed flag for 'composer show'
1 parent 32597c4 commit 6794dd8

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,7 +17,7 @@ cache:
1717

1818
install:
1919
- composer install
20-
- composer show --installed
20+
- composer show
2121

2222
script:
2323
- find -name "*.php" -not -path "./vendor/*" -print0 | xargs -n 1 -0 php -l

0 commit comments

Comments
 (0)