mirror of
https://github.com/devfake/flox.git
synced 2024-11-08 19:32:29 +01:00
update travis
This commit is contained in:
parent
cb7a4f69ab
commit
7b20d94ce4
@ -4,19 +4,18 @@ php:
|
||||
- '5.6'
|
||||
- '7.0'
|
||||
- '7.1'
|
||||
- hhvm
|
||||
|
||||
env:
|
||||
APP_ENV: testing
|
||||
CACHE_DRIVER: array
|
||||
SESSION_DRIVER: array
|
||||
QUEUE_DRIVER: sync
|
||||
APP_KEY: 16efa6c23c2e8c705826b0e66778fbe7
|
||||
DB_CONNECTION: sqlite
|
||||
|
||||
before_script: cd backend
|
||||
|
||||
script:
|
||||
- phpunit
|
||||
|
||||
install:
|
||||
- composer install --prefer-source --no-interaction
|
||||
- cd backend && composer install --prefer-source --no-interaction
|
||||
- touch database/test.sqlite
|
Loading…
Reference in New Issue
Block a user