mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-04 06:37:55 +08:00 
			
		
		
		
	Tried to fix Travis HHVM build
This commit is contained in:
		@ -34,9 +34,9 @@ addons:
 | 
			
		||||
 | 
			
		||||
install:
 | 
			
		||||
  - |
 | 
			
		||||
    if [ $TRAVIS_PHP_VERSION != '5.6' ]; then
 | 
			
		||||
    if [ $TRAVIS_PHP_VERSION != '5.6' && $TRAVIS_PHP_VERSION != hhvm* ]; then
 | 
			
		||||
        # disable xdebug for performance reasons when code coverage is not needed
 | 
			
		||||
        phpenv config-rm xdebug.ini
 | 
			
		||||
        phpenv config-rm xdebug.ini || echo "xdebug is not installed"
 | 
			
		||||
    fi
 | 
			
		||||
  - travis_retry composer self-update && composer --version
 | 
			
		||||
  - travis_retry composer global require "fxp/composer-asset-plugin:^1.2.0"
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user