We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f88ed8 commit 4231029Copy full SHA for 4231029
.travis.yml
@@ -17,6 +17,6 @@ matrix:
17
18
before_script:
19
- composer install --prefer-source -n --no-dev
20
- - '[[ ${PAYLOAD} == "true" ]] && composer require spomky-labs/jose:2.0.x-dev'
+ - 'if [[ ${PAYLOAD} == "true" ]]; then composer require spomky-labs/jose:2.0.x-dev; fi'
21
22
script: phpunit -c phpunit.travis.xml
0 commit comments