mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[Travis] Fix deprecations in the config
This commit is contained in:
parent
e6bafd03be
commit
1b5d68188c
1 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
language: php
|
||||
|
||||
dist: bionic
|
||||
os: linux
|
||||
|
||||
sudo: false
|
||||
dist: bionic
|
||||
|
||||
env:
|
||||
global:
|
||||
|
|
@ -10,7 +10,7 @@ env:
|
|||
- SYLIUS_CACHE_DIR=$HOME/.sylius-cache
|
||||
- SYLIUS_BUILD_DIR=etc/build
|
||||
|
||||
matrix:
|
||||
jobs:
|
||||
include:
|
||||
-
|
||||
php: 7.3
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue