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

Commit

Permalink
Merge 3.x into master
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Dec 12, 2018
2 parents 557f4d1 + d593cdd commit 9841fc4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ Closes #{put_issue_number_here}
<!-- MANDATORY
Fill the changelog part inside the code block.
Follow this schema: http://keepachangelog.com/
This will end up on https://github.com/sonata-project/SonataNotificationBundle/releases,
please keep it short and clear and to the point
-->

<!--
If you are updating something that doesn't require
a release, you can delete whole Changelog section.
a release, you can delete the whole Changelog section.
(eg. update to docs, tests)
-->

Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ env:
- SYMFONY_DEPRECATIONS_HELPER=weak_vendors
- TARGET=test
- UPSTREAM_URL=https://github.com/sonata-project/SonataNotificationBundle.git
- PHPUNIT_VERSION=5.7

matrix:
fast_finish: true
Expand Down
6 changes: 0 additions & 6 deletions .travis/install_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ set -ev

mkdir --parents "${HOME}/bin"

# PHPUnit install
if [ "${TRAVIS_BRANCH}" = 'master' ]; then
PHPUNIT_VERSION=7
else
PHPUNIT_VERSION=5.7
fi
wget "https://phar.phpunit.de/phpunit-${PHPUNIT_VERSION}.phar" --output-document="${HOME}/bin/phpunit"
chmod u+x "${HOME}/bin/phpunit"

Expand Down

0 comments on commit 9841fc4

Please sign in to comment.