Skip to content

Commit

Permalink
Trying to install hhvm nightly, having to wait 8 weeks to see any pro…
Browse files Browse the repository at this point in the history
…gress is not good
  • Loading branch information
lorenzo committed Feb 13, 2014
1 parent 53aa0ca commit 65048bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -36,6 +36,7 @@ before_script:
- sh -c "if [ '$PHPCS' = '1' ]; then pear channel-discover pear.cakephp.org; fi"
- sh -c "if [ '$PHPCS' = '1' ]; then pear install --alldeps cakephp/CakePHP_CodeSniffer; fi"
- sh -c "if [ '$HHVM' != '1' ]; then echo 'extension = memcached.so' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi"
- sh -c "if [ '$HHVM' = '1' ]; then wget -O - http://dl.hhvm.com/conf/hhvm.gpg.key | sudo apt-key add -; echo deb http://dl.hhvm.com/ubuntu precise main | sudo tee /etc/apt/sources.list.d/hhvm.list; sudo apt-get update; sudo apt-get install hhvm-nightly; fi"
- phpenv rehash
- set +H

Expand Down

0 comments on commit 65048bd

Please sign in to comment.