Skip to content

Commit

Permalink
Fixed Travis YML and Fixed Plugin Tests.
Browse files Browse the repository at this point in the history
Signed-off-by: Siddharth Kaul <siddharth.kaul@rail.bombardier.com>
  • Loading branch information
Siddharth Kaul committed Mar 22, 2020
1 parent 21312ae commit b972b00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ php:

env:
global:
- PLUGIN=Slack
- PLUGIN=Outlook
- KANBOARD_REPO=https://github.com/kanboard/kanboard.git
matrix:
- DB=sqlite
Expand Down
2 changes: 1 addition & 1 deletion Test/PluginTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require_once 'tests/units/Base.php';

use Kanboard\Plugin\Slack\Plugin;
use Kanboard\Plugin\Outlook\Plugin;

class PluginTest extends Base
{
Expand Down

0 comments on commit b972b00

Please sign in to comment.