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

25 lines
375 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 --testdox)
install:
- (cd backend && composer install --prefer-source --no-interaction)