Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

DevKit updates for master branch #56

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
DevKit updates
ElectricMaxxx committed Mar 1, 2019
commit 3dda0bb8799fd43076967c004adc357f61367478
16 changes: 5 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -27,8 +27,6 @@ cache:
- $HOME/.composer/cache/files

env:
matrix: SYMFONY_VERSION=4.2.*
global:
- SYMFONY_DEPRECATIONS_HELPER="/.*each.*/"
- SYMFONY_PHPUNIT_DIR=.phpunit SYMFONY_PHPUNIT_REMOVE="symfony/yaml"
- SYMFONY_PHPUNIT_VERSION=7
@@ -39,17 +37,11 @@ matrix:
include:
- env: TARGET=lint
- php: 7.3
env: STABILITY="dev" SYMFONY_VERSION=4.3.*
- php: 7.3
env: SYMFONY_VERSION=4.2.*
env: SYMFONY_VERSION=
- php: 7.1
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=3.4.* SYMFONY_DEPRECATIONS_HELPER="/.*each.*/"
- php: 7.2
env: SYMFONY_VERSION=4.1.*
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION= SYMFONY_DEPRECATIONS_HELPER="/.*each.*/"

fast_finish: true
allow_failures:
- php: 7.3
env: STABILITY="dev" SYMFONY_VERSION=4.3.*

before_install:
- phpenv config-rm xdebug.ini || true
@@ -60,6 +52,8 @@ before_install:
- export BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_BRANCH; else echo $TRAVIS_PULL_REQUEST_BRANCH; fi)

install:
- phpenv config-add travis.php.ini
- php -ini | grep memory_limit
- if [ -x .travis/install_${TARGET}.sh ]; then .travis/install_${TARGET}.sh; fi;

script: make $TARGET