Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
DevKit updates (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Dec 11, 2018
1 parent 15430d6 commit 807d2c0
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
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/SonataNewsBundle/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
Expand Up @@ -35,6 +35,7 @@ env:
- SYMFONY_DEPRECATIONS_HELPER=weak_vendors
- TARGET=test
- UPSTREAM_URL=https://github.com/sonata-project/SonataNewsBundle.git
- PHPUNIT_VERSION=5.7

matrix:
fast_finish: true
Expand Down
6 changes: 0 additions & 6 deletions .travis/install_test.sh
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 807d2c0

Please sign in to comment.