Files
laravel-searchy/.travis.yml
Vincent Klaiber d938954cb9 Add Laravel 5.5 support
Removed tests for HHVM and add testing on PHP version 7.1 and 7.2. Added support for Laravel 5.5.
2017-08-12 10:56:43 +02:00

17 lines
177 B
YAML
Executable File

language: php
php:
- 5.5.9
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
sudo: false
install:
- travis_retry composer install --no-interaction
script:
- vendor/bin/phpunit