Merge pull request #175 from ibennetch/travis_config

No longer package Travis config when creating a release
This commit is contained in:
Michal Čihař 2013-02-19 23:54:23 -08:00
commit 199f1233d5
2 changed files with 2 additions and 1 deletions

View File

@ -92,6 +92,7 @@ VerboseMultiSubmit, ReplaceHelpImg
- bug #3827 Table specific privileges not displayed for db name containing
underscore
- rfe #1386 Add IF NOT EXISTS clause when copying database
- No longer package .travis.yml configuration file when creating a release.
3.5.8.0 (not yet released)
- bug #3828 MariaDB reported as MySQL

View File

@ -145,7 +145,7 @@ rm -rf test
rm -rf PMAStandard
# Testsuite setup
rm -f build.xml phpunit.xml.dist
rm -f build.xml phpunit.xml.dist .travis.yml
# Remove readme for github
rm -f README.rst