Skip to content

Commit

Permalink
Merge pull request #14 from hehexianshi/master
Browse files Browse the repository at this point in the history
增加 travis and fixed name
  • Loading branch information
137-rick committed Jul 7, 2016
2 parents 1c743e1 + 7b4aee7 commit b026977
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
@@ -0,0 +1,11 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0

script:
- exit 0

2 changes: 1 addition & 1 deletion test/democlient.php
@@ -1,5 +1,5 @@
<?php
include "../src/Doraconst.php";
include "../src/DoraConst.php";
include "../src/Packet.php";
include "../src/Client.php";

Expand Down
2 changes: 1 addition & 1 deletion test/democlient_reload.php
@@ -1,5 +1,5 @@
<?php
include "../src/Doraconst.php";
include "../src/DoraConst.php";
include "../src/Packet.php";
include "../src/Client.php";

Expand Down
2 changes: 1 addition & 1 deletion test/democlient_spcip.php
@@ -1,5 +1,5 @@
<?php
include "../src/Doraconst.php";
include "../src/DoraConst.php";
include "../src/Packet.php";
include "../src/Client.php";

Expand Down
2 changes: 1 addition & 1 deletion test/democlient_stat.php
@@ -1,5 +1,5 @@
<?php
include "../src/Doraconst.php";
include "../src/DoraConst.php";
include "../src/Packet.php";
include "../src/Client.php";

Expand Down
2 changes: 1 addition & 1 deletion test/demomonitor.php
@@ -1,5 +1,5 @@
<?php
include "../src/Doraconst.php";
include "../src/DoraConst.php";
include "../src/Packet.php";
include "../src/Monitor.php";

Expand Down
2 changes: 1 addition & 1 deletion test/demoserver.php
@@ -1,5 +1,5 @@
<?php
include "../src/Doraconst.php";
include "../src/DoraConst.php";
include "../src/Packet.php";
include "../src/Server.php";

Expand Down

0 comments on commit b026977

Please sign in to comment.