https://github.com/owncloud/core
Raw File
Tip revision: 6c9a057904c9d30d2b8bff52be1aa7b8ce6123e5 authored by Vincent Petry on 24 May 2017, 19:37:14 UTC
Set version to 9.0.10 RC1
Tip revision: 6c9a057
autotest-hhvm.sh
#!/bin/sh -e
HERE=$(dirname "$0")
PHP_EXE=hhvm "$HERE/autotest.sh" "$@"
back to top