Skip to content

Commit

Permalink
Discontinue HHVM nightly support on Precise
Browse files Browse the repository at this point in the history
  • Loading branch information
BanzaiMan committed Apr 29, 2015
1 parent 7a137f6 commit 3de4a69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/travis/build/script/php.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ def configure_hhvm
end

def install_hhvm_nightly
sh.if '$(lsb_release -sc) = "precise"' do
sh.echo "HHVM nightly is no longer supported on Ubuntu Precise. See https://github.com/travis-ci/travis-ci/issues/3788 and https://github.com/facebook/hhvm/issues/5220", ansi: :yellow
sh.raw "travis_terminate 0"
end
sh.echo 'Installing HHVM nightly', ansi: :yellow
sh.cmd 'sudo apt-get update -qq'
sh.cmd 'sudo apt-get install hhvm-nightly 2>&1 >/dev/null'
Expand Down

0 comments on commit 3de4a69

Please sign in to comment.