Tell curl to follow 302

This commit is contained in:
Josh Sherman 2018-01-07 22:16:46 -06:00
parent a7bf9d29c0
commit ffbdd892a3
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -19,7 +19,7 @@ install:
- composer install - composer install
before_script: before_script:
- if [[ $HHVM == true ]]; then curl -sSf -o ~/.phpenv/versions/hhvm/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar; fi - if [[ $HHVM == true ]]; then curl -sSfL -o ~/.phpenv/versions/hhvm/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar; fi
- phpunit --version - phpunit --version
- mkdir -p build/logs - mkdir -p build/logs
- cd tests - cd tests