Skip to content

Commit

Permalink
Revert .travis dir to travis (Hidden folders are not a good choice), …
Browse files Browse the repository at this point in the history
…remove useless files.
  • Loading branch information
twose committed Nov 7, 2018
1 parent 6e414cb commit 0d0578a
Show file tree
Hide file tree
Showing 15 changed files with 6 additions and 192 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
/benchmark/ export-ignore
/core-tests/ export-ignore
/.travis.yml export-ignore
/.travis/ export-ignore
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ before_script:
- pwd
- echo "`git log -20 --pretty --oneline`"
- echo "`git log -10 --stat --pretty --oneline`"
- ./.travis/pecl.sh
- ./.travis/compile.sh
- ./travis/pecl.sh
- ./travis/compile.sh
- php --ri swoole

script:
- ./.travis/route.sh
- ./travis/route.sh
2 changes: 1 addition & 1 deletion CREDITS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Tianfeng Han([email protected])
Tencent Inc.
Swoole Inc.
QQ: 350749960
169 changes: 0 additions & 169 deletions Version2.md

This file was deleted.

16 changes: 0 additions & 16 deletions build.sh

This file was deleted.

2 changes: 1 addition & 1 deletion make.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
phpize --clean
phpize
./configure --enable-openssl --enable-sockets --enable-async-redis --enable-mysqlnd --enable-http2
./configure --enable-openssl --enable-sockets --enable-mysqlnd --enable-http2
make clean
make -j
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.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .travis/route.sh → travis/route.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ prepare_files(){

run_tests_in_docker(){
docker exec $1 touch /.travisenv && \
docker exec $1 /swoole-src/.travis/docker-all.sh
docker exec $1 /swoole-src/travis/docker-all.sh
}

#------------Only run once-------------
Expand Down

0 comments on commit 0d0578a

Please sign in to comment.