1
0
mirror of https://github.com/devfake/flox.git synced 2024-11-08 19:32:29 +01:00

update travis

This commit is contained in:
devfake 2016-12-15 19:17:25 +01:00
parent 1ab58a66fd
commit 0d10235ac4

20
.travis.yml Normal file
View File

@ -0,0 +1,20 @@
language: php
php:
- '5.6'
- '7.0'
- '7.1'
- hhvm
env:
APP_ENV: testing
CACHE_DRIVER: array
SESSION_DRIVER: array
QUEUE_DRIVER: sync
DB_CONNECTION: sqlite
script:
- phpunit
install:
- composer install --prefer-source --no-interaction