Skip to content
Snippets Groups Projects
Commit 035efd51 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Still fighting with this fuc... composer.

parent be34432a
No related branches found
No related tags found
No related merge requests found
...@@ -84,23 +84,23 @@ install: ...@@ -84,23 +84,23 @@ install:
- | - |
echo "Installing Parallel Lint" echo "Installing Parallel Lint"
composer -n require --no-update jakub-onderka/php-parallel-lint ^0 composer -n require jakub-onderka/php-parallel-lint ^0
composer -n require --no-update jakub-onderka/php-console-highlighter ^0 composer -n require jakub-onderka/php-console-highlighter ^0
echo echo
- | - |
echo "Installing PHP Unit" echo "Installing PHP Unit"
if [ "$TRAVIS_PHP_VERSION" = '5.3' ] || [ "$TRAVIS_PHP_VERSION" = '5.4' ] || [ "$TRAVIS_PHP_VERSION" = '5.5' ]; then if [ "$TRAVIS_PHP_VERSION" = '5.3' ] || [ "$TRAVIS_PHP_VERSION" = '5.4' ] || [ "$TRAVIS_PHP_VERSION" = '5.5' ]; then
composer -n require --no-update phpunit/phpunit ^4 composer -n require phpunit/phpunit ^4
fi fi
if [ "$TRAVIS_PHP_VERSION" = '5.6' ] || [ "$TRAVIS_PHP_VERSION" = '7.0' ] || [ "$TRAVIS_PHP_VERSION" = 'nightly' ]; then if [ "$TRAVIS_PHP_VERSION" = '5.6' ] || [ "$TRAVIS_PHP_VERSION" = '7.0' ] || [ "$TRAVIS_PHP_VERSION" = 'nightly' ]; then
composer -n require --no-update phpunit/phpunit ^5 composer -n require phpunit/phpunit ^5
fi fi
echo echo
- | - |
echo "Installing PHP CodeSniffer" echo "Installing PHP CodeSniffer"
composer -n require --no-update squizlabs/php_codesniffer ^2 composer -n require squizlabs/php_codesniffer ^2
echo echo
- | - |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment