Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Issue #616: Re-enable the XHProf integration test.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed May 15, 2016
1 parent 9633ca8 commit c74ce96
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ script:
&& (echo 'Pimp my Log install pass' && exit 0)
|| (echo 'Pimp my Log install fail' && exit 1)
# - >
# sudo docker exec "$(cat ${container_id})" curl -s --header Host:xhprof.${HOSTNAME} localhost
# | grep -q '<title>XHProf'
# && (echo 'XHProf install pass' && exit 0)
# || (echo 'XHProf install fail' && exit 1)
- >
sudo docker exec "$(cat ${container_id})" curl -s --header Host:xhprof.${HOSTNAME} localhost
| grep -q '<title>XHProf'
&& (echo 'XHProf install pass' && exit 0)
|| (echo 'XHProf install fail' && exit 1)
- >
sudo docker exec "$(cat ${container_id})" curl -s localhost:8025
Expand Down

0 comments on commit c74ce96

Please sign in to comment.