Skip to content

Commit

Permalink
Not using hhvm nightly as it currently cannot be installer in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Mar 4, 2014
1 parent 25f81c1 commit 0f4b145
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -36,7 +36,6 @@ 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 sudo apt-get update; sudo apt-get install hhvm-nightly; fi"
- phpenv rehash
- set +H

Expand Down

0 comments on commit 0f4b145

Please sign in to comment.