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
1ab58a66fd
commit
0d10235ac4
20
.travis.yml
Normal file
20
.travis.yml
Normal file
@ -0,0 +1,20 @@
|
||||
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
|
||||
|
||||
script:
|
||||
- phpunit
|
||||
|
||||
install:
|
||||
- composer install --prefer-source --no-interaction
|
Loading…
Reference in New Issue
Block a user