mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Change for tests
This commit is contained in:
parent
73574fbd14
commit
1f537c77af
@ -3,10 +3,10 @@ language: php
|
|||||||
sudo: true
|
sudo: true
|
||||||
|
|
||||||
php:
|
php:
|
||||||
# - 5.5.9
|
- 5.5.9
|
||||||
# - 5.6
|
# - 5.6
|
||||||
# - 5.6
|
# - 5.6
|
||||||
- 7.0
|
# - 7.0
|
||||||
# - hhvm
|
# - hhvm
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
namespace App\Http\Controllers;
|
namespace App\Http\Controllers;
|
||||||
|
|
||||||
|
use Utils;
|
||||||
use Exception;
|
use Exception;
|
||||||
use App\Libraries\Skype\SkypeResponse;
|
use App\Libraries\Skype\SkypeResponse;
|
||||||
use App\Libraries\CurlUtils;
|
use App\Libraries\CurlUtils;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user