Skip to content

Commit 0d0578a

Browse files
committed
Revert .travis dir to travis (Hidden folders are not a good choice), remove useless files.
1 parent 6e414cb commit 0d0578a

15 files changed

+6
-192
lines changed

.gitattributes

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
/benchmark/ export-ignore
33
/core-tests/ export-ignore
44
/.travis.yml export-ignore
5-
/.travis/ export-ignore

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ before_script:
5151
- pwd
5252
- echo "`git log -20 --pretty --oneline`"
5353
- echo "`git log -10 --stat --pretty --oneline`"
54-
- ./.travis/pecl.sh
55-
- ./.travis/compile.sh
54+
- ./travis/pecl.sh
55+
- ./travis/compile.sh
5656
- php --ri swoole
5757

5858
script:
59-
- ./.travis/route.sh
59+
- ./travis/route.sh

CREDITS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Tianfeng Han(mikan.tenny@gmail.com)
2-
Tencent Inc.
2+
Swoole Inc.
33
QQ: 350749960

Version2.md

-169
This file was deleted.

build.sh

-16
This file was deleted.

make.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
phpize --clean
22
phpize
3-
./configure --enable-openssl --enable-sockets --enable-async-redis --enable-mysqlnd --enable-http2
3+
./configure --enable-openssl --enable-sockets --enable-mysqlnd --enable-http2
44
make clean
55
make -j
66
make install
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

.travis/pecl.sh travis/pecl.sh

File renamed without changes.

.travis/route.sh travis/route.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ prepare_files(){
2828

2929
run_tests_in_docker(){
3030
docker exec $1 touch /.travisenv && \
31-
docker exec $1 /swoole-src/.travis/docker-all.sh
31+
docker exec $1 /swoole-src/travis/docker-all.sh
3232
}
3333

3434
#------------Only run once-------------

0 commit comments

Comments
 (0)