Cleanup and remove appostrophies in search string by default
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
language: php
|
||||
|
||||
php:
|
||||
- 5.3
|
||||
- 5.4
|
||||
- 5.5
|
||||
- 5.6
|
||||
@ -11,4 +10,4 @@ before_script:
|
||||
- composer self-update
|
||||
- composer install --prefer-source --no-interaction --dev
|
||||
|
||||
script: phpunit
|
||||
script: vendor/bin/phpspec run
|
||||
|
||||
Reference in New Issue
Block a user