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

31 lines
435 B
YAML
Raw Permalink Normal View History

2016-12-15 19:17:25 +01:00
language: php
sudo: false
2016-12-15 19:17:25 +01:00
php:
2019-12-22 14:24:11 +01:00
- 7.2
2016-12-15 19:17:25 +01:00
env:
APP_ENV: testing
CACHE_DRIVER: array
SESSION_DRIVER: array
QUEUE_DRIVER: sync
2016-12-15 20:06:12 +01:00
APP_KEY: 16efa6c23c2e8c705826b0e66778fbe7
2016-12-15 19:17:25 +01:00
DB_CONNECTION: sqlite
cache:
directories:
- backend/vendor
services:
- mysql
script:
- (cd backend && vendor/bin/phpunit --testdox)
2016-12-15 19:17:25 +01:00
install:
- (cd backend && composer install --prefer-source --no-interaction)
notifications:
email: false