test search with invalid queries

This commit is contained in:
Robin Appelman 2017-02-22 17:05:38 +01:00
commit 695bb7c694
4 changed files with 92 additions and 0 deletions

15
.travis.yml Normal file
View file

@ -0,0 +1,15 @@
language: php
php:
- '5.6'
- '7.0'
- '7.1'
install:
- composer install --dev --no-interaction
script:
- cd tests
- phpunit --coverage-clover coverage.xml --configuration phpunit.xml
after_success:
- bash <(curl -s https://codecov.io/bash)