Skip to content

Commit

Permalink
Merge 9392016 into 3ba7583
Browse files Browse the repository at this point in the history
  • Loading branch information
william-suppo committed Apr 7, 2021
2 parents 3ba7583 + 9392016 commit 5c29993
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,7 @@ php:
before_install:
- composer self-update
- composer --version
- if [ "$TRAVIS_PHP_VERSION" == "7.2" ]; then wget http://get.sensiolabs.org/php-cs-fixer.phar -O php-cs-fixer.phar; fi
- if [ "$TRAVIS_PHP_VERSION" == "7.2" ]; then wget https://cs.symfony.com/download/php-cs-fixer-v2.phar -O php-cs-fixer.phar; fi
- if [ "$TRAVIS_PHP_VERSION" == "7.2" ]; then php php-cs-fixer.phar --version; fi
- if [ "$TRAVIS_PHP_VERSION" == "7.2" ]; then wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.1.0/php-coveralls.phar; fi

Expand Down
2 changes: 1 addition & 1 deletion contrib/setup.sh
Expand Up @@ -2,7 +2,7 @@

if [ ! -f php-cs-fixer.phar ]; then
echo "The php-cs-fixer.phar is required... downloading..."
wget http://get.sensiolabs.org/php-cs-fixer.phar -O php-cs-fixer.phar || curl http://get.sensiolabs.org/php-cs-fixer.phar -o php-cs-fixer.phar || { echo >&2 "I require wget or curl but they are not installed. Aborting."; exit 1; }
wget https://cs.symfony.com/download/php-cs-fixer-v2.phar -O php-cs-fixer.phar || curl https://cs.symfony.com/download/php-cs-fixer-v2.phar -o php-cs-fixer.phar || { echo >&2 "I require wget or curl but they are not installed. Aborting."; exit 1; }
fi

# Copy the pre-commit hook to the current repository hooks directory.
Expand Down

0 comments on commit 5c29993

Please sign in to comment.