Skip to content

Commit 9cbff63

Browse files
committed
Removing -i as that is the default working of show now
1 parent b7b5e7c commit 9cbff63

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
@@ -30,7 +30,7 @@ install:
3030
- if [ -z "$dependencies" ]; then composer install --prefer-dist; fi;
3131
- if [ "$dependencies" = "lowest" ]; then composer update --prefer-lowest --prefer-dist -n; fi;
3232
- if [ "$dependencies" = "highest" ]; then composer update --prefer-dist -n; fi;
33-
- composer show -i
33+
- composer show
3434

3535
## Run the actual test
3636
script: make travis

0 commit comments

Comments
 (0)