Skip to content

Commit 88c7010

Browse files
committed
adjust travis
1 parent ef60e61 commit 88c7010

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ task :integration do
3939
sh "sudo cp tests/integration/php-fpm.conf ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.conf"
4040
sh "sudo ~/.phpenv/versions/$(phpenv version-name)/sbin/php-fpm"
4141
sleep 1
42-
cmd_run("php tests/integration/fcgiget.php localhost:9000/home/vagrant/php-protocolbuffers/tests/integration/test.php")
42+
cmd_run("$(phpenv which php) tests/integration/fcgiget.php localhost:9000/home/vagrant/php-protocolbuffers/tests/integration/test.php")
4343
end
4444
end

tests/integration/php-fpm.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ log_level = debug
44

55
[www]
66
user = nobody
7-
group = nobody
7+
group = nogroup
88
listen = 127.0.0.1:9000
99

1010
pm = dynamic

0 commit comments

Comments
 (0)