Skip to content

Commit 19ac917

Browse files
authored
Merge pull request #33 from vworldat/patch-1
Add robo to the list of default tools
2 parents d217888 + e24d0d1 commit 19ac917

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

.travis.yml

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

33
php:
4-
- '5.3'
54
- '5.4'
65
- '5.5'
76
- '5.6'

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,4 @@ here is a non-exhaustive list :
8181
* php-cs-fixer
8282
* behat
8383
* phpspec
84+
* robo

src/DumpCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
5252
'php-cs-fixer',
5353
'phpspec',
5454
'behat',
55+
'robo',
5556
);
5657
}
5758

tests/fixtures/bash/default.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@ complete -o default -F _symfony composer
4747
complete -o default -F _symfony php-cs-fixer
4848
complete -o default -F _symfony phpspec
4949
complete -o default -F _symfony behat
50+
complete -o default -F _symfony robo

0 commit comments

Comments
 (0)