This repository has been archived by the owner on Sep 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
DevKit updates #175
Open
ElectricMaxxx
wants to merge
11
commits into
master
Choose a base branch
from
master-dev-kit
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
DevKit updates #175
Changes from 7 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
878672c
DevKit updates
ElectricMaxxx 2ead44f
let composer point on 3.0
ElectricMaxxx 2dc838f
modify travis.yml
ElectricMaxxx 999682f
also change include
ElectricMaxxx ddb4660
DevKit updates
ElectricMaxxx ba58528
DevKit updates
ElectricMaxxx 521df0e
DevKit updates
ElectricMaxxx 430b1fb
DevKit updates
ElectricMaxxx e00a14e
DevKit updates
ElectricMaxxx 776d868
movements in travis config, fix cs for php
ElectricMaxxx cf1ba14
fix travis.yml
ElectricMaxxx File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
language: php | ||
|
||
php: | ||
- 7.1 | ||
- 7.2 | ||
- 7.3 | ||
node_js: | ||
- 6 | ||
- 7 | ||
- 8 | ||
- 9 | ||
- 10 | ||
|
||
sudo: required | ||
|
||
|
@@ -30,24 +30,21 @@ env: | |
|
||
matrix: | ||
include: | ||
- php: 7.1 | ||
- php: 7.2 | ||
dist: trusty | ||
node_js: 6 | ||
env: LANG=js | ||
- php: 7.1 | ||
node_js: 7 | ||
env: LANG=js | ||
- php: 7.1 | ||
node_js: 8 | ||
env: LANG=js | ||
- php: 7.2 | ||
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak | ||
node_js: 9 | ||
env: LANG=js | ||
- php: 7.2 | ||
node_js: 10 | ||
env: LANG=js | ||
- php: 7.2 | ||
env: SYMFONY_VERSION=3.3.* | ||
- env: TEST_INSTALLATION=true | ||
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=3.4.* SYMFONY_DEPRECATIONS_HELPER=weak | ||
- php: 7.3 | ||
env: SYMFONY_VERSION=4.2 | ||
fast_finish: true | ||
allow_failures: | ||
- env: TEST_INSTALLATION=true | ||
|
||
before_install: | ||
- if [ "$LANG" = "js" ]; then npm run travis:install; fi | ||
|
@@ -66,6 +63,3 @@ script: | |
- if [ "$LANG" = "js" ]; then npm test; fi | ||
- if [ "$LANG" = "php" ]; then make test; fi | ||
|
||
notifications: | ||
irc: "irc.freenode.org#symfony-cmf" | ||
email: "[email protected]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Symfony Cmf Tree Browser Bundle | ||
Symfony CMF Tree Browser Bundle | ||
|
||
The MIT License | ||
|
||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are you starting a new major version? i would rather not if we can avoid it