Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Commit

Permalink
DevKit updates
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Nov 6, 2017
1 parent e27ce5f commit f868262
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .styleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ enabled:
finder:
exclude:
- 'Tests/Fixtures'
- 'tests/Fixtures'
# ecommerce special case:
- 'Resources/skeleton'
# ignore vendor assets
Expand Down
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cache:
env:
global:
- PATH="$HOME/.local/bin:$PATH"
- SYMFONY_DEPRECATIONS_HELPER=weak
- SYMFONY_DEPRECATIONS_HELPER=weak_vendors
- TARGET=test
- UPSTREAM_URL=https://github.com/sonata-project/SonataNotificationBundle.git
- XMLLINT_INDENT=" "
Expand All @@ -45,20 +45,20 @@ matrix:
- php: '7.1'
env: SYMFONY=3.3.*
- php: '7.1'
env: SYMFONY=dev-master@dev
env: SYMFONY='dev-master as 3.3'
- php: '7.1'
env: SONATA_CORE=3.*
- php: '7.1'
env: SONATA_CORE=dev-master@dev
env: SONATA_CORE='dev-master as 3'
- php: '7.1'
env: SYMFONY_DEPRECATIONS_HELPER=0
- php: hhvm
allow_failures:
- php: nightly
- php: hhvm
- env: SYMFONY_DEPRECATIONS_HELPER=0
- env: SYMFONY=dev-master@dev
- env: SONATA_CORE=dev-master@dev
- env: SYMFONY='dev-master as 3.3'
- env: SONATA_CORE='dev-master as 3'

before_install:
- git remote add upstream ${UPSTREAM_URL} && git fetch --all
Expand Down

0 comments on commit f868262

Please sign in to comment.