https://github.com/owncloud/core
Raw File
Tip revision: a5f724753694772e1f23c5d028c6aea03b0a2ca2 authored by Vincent Petry on 25 October 2016, 18:41:09 UTC
Set version to 9.0.6 RC2
Tip revision: a5f7247
autotest-hhvm.sh
#!/bin/sh -e
HERE=$(dirname "$0")
PHP_EXE=hhvm "$HERE/autotest.sh" "$@"
back to top