Skip to content

Commit 5862cbd

Browse files
committed
更新测试
1 parent 2057235 commit 5862cbd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ dist: bionic
44

55
jobs:
66
include:
7+
- php: '7.4'
8+
env: SWOOLE_VERSION="v4.5.3-beta"
79
- php: '7.1'
810
env: SWOOLE_VERSION="v4.5.2"
911
- php: '7.2'
@@ -43,6 +45,7 @@ addons:
4345
- unzip
4446

4547
install:
48+
- dd if=/dev/zero of=swap bs=1024 count=2048000 && chmod 600 swap && sudo mkswap swap && sudo swapon swap;
4649
- if [[ $INSTALL_REDIS_EXT == true ]]; then
4750
wget https://github.com/phpredis/phpredis/archive/develop.zip;
4851
unzip develop.zip;

0 commit comments

Comments
 (0)