Removed tests for HHVM and add testing on PHP version 7.1 and 7.2. Added support for Laravel 5.5.
17 lines
177 B
YAML
Executable File
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 |