https://github.com/owncloud/core
Raw File
Tip revision: 4ec231f9b3f4d87fe00156e298e77b102780f1ed authored by Vincent Petry on 29 November 2016, 16:45:19 UTC
Set version to 9.0.7 RC1
Tip revision: 4ec231f
autotest-hhvm.sh
#!/bin/sh -e
HERE=$(dirname "$0")
PHP_EXE=hhvm "$HERE/autotest.sh" "$@"
back to top