Skip to content

Commit 4231029

Browse files
committed
fix travis?
1 parent 8f88ed8 commit 4231029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ matrix:
1717

1818
before_script:
1919
- composer install --prefer-source -n --no-dev
20-
- '[[ ${PAYLOAD} == "true" ]] && composer require spomky-labs/jose:2.0.x-dev'
20+
- 'if [[ ${PAYLOAD} == "true" ]]; then composer require spomky-labs/jose:2.0.x-dev; fi'
2121

2222
script: phpunit -c phpunit.travis.xml

0 commit comments

Comments
 (0)