Skip to content

Commit 7d5e521

Browse files
committedOct 29, 2019
added php7.4 to travis-ci
1 parent f6219c5 commit 7d5e521

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
 

‎.travis.yml

+18
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,24 @@ matrix:
164164
- cd tests && ./test.sh
165165
before_install:
166166
- sudo mysql -e "use mysql; update user set authentication_string=PASSWORD('') where User='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;"
167+
- php: 7.4
168+
dist: xenial
169+
sudo: required
170+
services:
171+
- mysql
172+
before_script:
173+
- curl -s http://getcomposer.org/installer | php
174+
- php composer.phar install
175+
- mysql -V
176+
- mysqldump -V
177+
- tests/create_users.sh
178+
script:
179+
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
180+
- php src/Ifsnop/Mysqldump/Mysqldump.php
181+
- vendor/bin/phpunit
182+
- cd tests && ./test.sh
183+
before_install:
184+
- sudo mysql -e "use mysql; update user set authentication_string=PASSWORD('') where User='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;"
167185
- php: nightly
168186
dist: xenial
169187
sudo: required

0 commit comments

Comments
 (0)
Please sign in to comment.