mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
minor #11543 [Travis] Fix deprecations in the config (pamil)
This PR was merged into the 1.8-dev branch.
Discussion
----------
<img width="1014" alt="CleanShot 2020-06-02 at 16 47 33@2x" src="https://user-images.githubusercontent.com/1897953/83534498-3286f380-a4f1-11ea-962f-c973933069f2.png">
Commits
-------
1b5d68188c [Travis] Fix deprecations in the config
This commit is contained in:
commit
43a6852e74
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