Skip to content

Commit

Permalink
added php7.4 to travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ifsnop committed Oct 29, 2019
1 parent f6219c5 commit 7d5e521
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,24 @@ matrix:
- cd tests && ./test.sh
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;"
- php: 7.4
dist: xenial
sudo: required
services:
- mysql
before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install
- mysql -V
- mysqldump -V
- tests/create_users.sh
script:
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
- php src/Ifsnop/Mysqldump/Mysqldump.php
- vendor/bin/phpunit
- cd tests && ./test.sh
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;"
- php: nightly
dist: xenial
sudo: required
Expand Down

0 comments on commit 7d5e521

Please sign in to comment.