Skip to content

Commit a8941d5

Browse files
committed
Fix CI check
1 parent 07c97dd commit a8941d5

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ sudo: false
33
notifications:
44
email: false
55

6+
services:
7+
- postgresql
8+
- mysql
9+
610
php:
711
- 7.1
812
- 7.0
@@ -31,4 +35,4 @@ before_script:
3135
- ls -la plugins/
3236

3337
script:
34-
- phpunit -c tests/units.$DB.xml plugins/$PLUGIN/Test/
38+
- ./vendor/bin/phpunit -c tests/units.$DB.xml plugins/$PLUGIN/Test/

0 commit comments

Comments
 (0)