Skip to content

Commit

Permalink
re-enable php 5.3 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ifsnop committed Oct 9, 2018
1 parent ef8d414 commit 7f7912e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ php:
- 5.6
- 5.5
- 5.4
# - 5.3
- 5.3
- hhvm
- nightly

Expand All @@ -35,15 +35,15 @@ script:
- php src/Ifsnop/Mysqldump/Mysqldump.php
- cd tests && ./test.sh

#addons:
# apt:
# sources:
# - mysql-5.7-trusty
# packages:
# - mysql-server
# - mysql-client

#before_install:
# - sudo mysql -e "use mysql; update user set authentication_string=PASSWORD('') where User='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;"
# - sudo mysql_upgrade -u root
# - sudo service mysql restart
addons:
apt:
sources:
- mysql-5.7-trusty
packages:
- mysql-server
- mysql-client

before_install:
- sudo mysql -e "use mysql; update user set authentication_string=PASSWORD('') where User='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;"
- sudo mysql_upgrade -u root
- sudo service mysql restart

0 comments on commit 7f7912e

Please sign in to comment.