Skip to content

Commit c933703

Browse files
committed
Fix CI config and bump version
1 parent 02ff529 commit c933703

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ notifications:
44
email: false
55

66
php:
7-
- 7.0
8-
- 5.6
7+
- 7.2
98

109
env:
1110
global:
@@ -29,4 +28,4 @@ before_script:
2928
- ls -la plugins/
3029

3130
script:
32-
- phpunit -c tests/units.$DB.xml plugins/$PLUGIN/Test/
31+
- ./vendor/bin/phpunit -c tests/units.$DB.xml plugins/$PLUGIN/Test/

Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function getPluginAuthor()
7171

7272
public function getPluginVersion()
7373
{
74-
return '1.0.7';
74+
return '1.0.8';
7575
}
7676

7777
public function getPluginHomepage()

0 commit comments

Comments
 (0)