Skip to content

Commit

Permalink
[CI] Parser php-fpm7 process name, not php-fpm7.0. #25
Browse files Browse the repository at this point in the history
  • Loading branch information
chusiang committed Jul 3, 2019
1 parent 80d1619 commit 23d716c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 =======================================

Expand Down

0 comments on commit 23d716c

Please sign in to comment.