Change for tests

This commit is contained in:
Hillel Coren 2016-08-10 21:07:02 +03:00
parent 73574fbd14
commit 1f537c77af
2 changed files with 3 additions and 2 deletions

View File

@ -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:

View File

@ -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;