1
0
mirror of https://github.com/devfake/flox.git synced 2024-11-15 14:42:31 +01:00
flox/.travis.yml
2017-02-13 21:17:25 +01:00

25 lines
365 B
YAML

language: php
php:
- 5.6
- 7.0
- 7.1
env:
APP_ENV: testing
CACHE_DRIVER: array
SESSION_DRIVER: array
QUEUE_DRIVER: sync
APP_KEY: 16efa6c23c2e8c705826b0e66778fbe7
DB_CONNECTION: sqlite
cache:
directories:
- backend/vendor
script:
- (cd backend && phpunit)
install:
- (cd backend && composer install --prefer-source --no-interaction)