Travis
This commit is contained in:
parent
334fa364c3
commit
e35d153594
2 changed files with 10 additions and 1 deletions
9
.travis.yml
Normal file
9
.travis.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
language: php
|
||||||
|
php:
|
||||||
|
- 5.4
|
||||||
|
- 5.5
|
||||||
|
- 5.6
|
||||||
|
install:
|
||||||
|
- composer install
|
||||||
|
- npm install
|
||||||
|
script: phpunit tests/
|
|
@ -12,7 +12,7 @@
|
||||||
* @license GNU General Public License http://www.gnu.org/licenses/gpl.html
|
* @license GNU General Public License http://www.gnu.org/licenses/gpl.html
|
||||||
* @link http://rudloff.pro
|
* @link http://rudloff.pro
|
||||||
* */
|
* */
|
||||||
require_once 'vendor/autoload.php';
|
require_once __DIR__.'/vendor/autoload.php';
|
||||||
if (is_file('config.php')) {
|
if (is_file('config.php')) {
|
||||||
include_once 'config.php';
|
include_once 'config.php';
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue