1
0
mirror of https://github.com/devfake/flox.git synced 2024-11-14 22:22:39 +01:00
flox/.travis.yml
2016-12-15 19:30:54 +01:00

22 lines
286 B
YAML

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
before_script: cd backend
script:
- phpunit
install:
- composer install --prefer-source --no-interaction