Commit 474aa93e authored by Anton Smirnov's avatar Anton Smirnov
Browse files

Fix syntax

parent 863f8a5d
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ cache:
    - apt-get update && apt-get install -y git unzip libgmp-dev
    # install extensions
    - docker-php-ext-install gmp
    - if [ "$INSTALL_XDEBUG" -eq 1 ]; pecl install xdebug; docker-php-ext-enable xdebug; fi
    - if [ "$INSTALL_XDEBUG" -eq 1 ]; then pecl install xdebug; docker-php-ext-enable xdebug; fi
    # install composer
    - php -r "copy('https://composer.github.io/installer.sig', '/tmp/composer.sig');"
    - php -r "copy('https://getcomposer.org/installer', '/tmp/composer-setup.php');"