From 547d41e54d5a997333b871a8016fc51d153ed748 Mon Sep 17 00:00:00 2001 From: Fred Emmott Date: Mon, 23 Oct 2017 12:11:25 -0700 Subject: [PATCH] Disable automatic releases Summary: Getting close to v1.0, want full control for now. Closes https://github.com/hhvm/hsl/pull/34 Reviewed By: kmeht Differential Revision: D6124802 Pulled By: kmeht fbshipit-source-id: 88326a706c0e7baa788d611c8b6a596340f61a34 --- .travis.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.sh b/.travis.sh index bbbba3dc..8235f532 100755 --- a/.travis.sh +++ b/.travis.sh @@ -11,7 +11,3 @@ hhvm -d hhvm.php7.all=0 -d hhvm.jit=0 vendor/bin/phpunit hhvm -d hhvm.php7.all=1 -d hhvm.jit=0 vendor/bin/phpunit hhvm -d hhvm.jit=0 bin/generate-docs.php $(mktemp -d) - -if [ "$TRAVIS_EVENT_TYPE" = "cron" -a "$HHVM_VERSION" = "latest" ]; then - hhvm -d hhvm.jit=0 bin/update-release.php -fi