Tell curl to follow 302
This commit is contained in:
parent
a7bf9d29c0
commit
ffbdd892a3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue