We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02ff529 commit c933703Copy full SHA for c933703
2 files changed
.travis.yml
@@ -4,8 +4,7 @@ notifications:
4
email: false
5
6
php:
7
- - 7.0
8
- - 5.6
+ - 7.2
9
10
env:
11
global:
@@ -29,4 +28,4 @@ before_script:
29
28
- ls -la plugins/
30
31
script:
32
- - phpunit -c tests/units.$DB.xml plugins/$PLUGIN/Test/
+ - ./vendor/bin/phpunit -c tests/units.$DB.xml plugins/$PLUGIN/Test/
Plugin.php
@@ -71,7 +71,7 @@ public function getPluginAuthor()
71
72
public function getPluginVersion()
73
{
74
- return '1.0.7';
+ return '1.0.8';
75
}
76
77
public function getPluginHomepage()
0 commit comments