From 23d716cd0d509c0e1cb6d4eeb3bb372ac8e6a823 Mon Sep 17 00:00:00 2001 From: Chu-Siang Lai Date: Wed, 3 Jul 2019 12:53:54 +0800 Subject: [PATCH] [CI] Parser `php-fpm7` process name, not `php-fpm7.0`. #25 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5d71e96..90f9e47 100644 --- a/.travis.yml +++ b/.travis.yml @@ -118,7 +118,7 @@ jobs: - docker build -f tests/Dockerfile.$OS -t php7:$OS . | tee tests/output.$OS.log - echo "==> Run test case on $OS ..." - - grep '00:00:00 php-fpm7.0' tests/output.$OS.log + - grep '00:00:00 php-fpm7' tests/output.$OS.log - stage: Build env: @@ -128,7 +128,7 @@ jobs: - docker build -f tests/Dockerfile.$OS -t php7:$OS . | tee tests/output.$OS.log - echo "==> Run test case on $OS ..." - - grep '00:00:00 php-fpm7.0' tests/output.$OS.log + - grep '00:00:00 php-fpm7' tests/output.$OS.log # = Notification: Ansible Galaxy, Slack =======================================