Skip to content

Commit

Permalink
Disable automatic releases
Browse files Browse the repository at this point in the history
Summary:
Getting close to v1.0, want full control for now.
Closes #34

Reviewed By: kmeht

Differential Revision: D6124802

Pulled By: kmeht

fbshipit-source-id: 88326a706c0e7baa788d611c8b6a596340f61a34
  • Loading branch information
fredemmott authored and facebook-github-bot committed Oct 23, 2017
1 parent 94d870a commit 547d41e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 547d41e

Please sign in to comment.