Skip to content

Commit 3f8e37c

Browse files
committed
Put correct condition for test exclusion
1 parent afff3ff commit 3f8e37c

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
@@ -25,7 +25,7 @@ matrix:
2525
before_script:
2626
- travis_retry composer self-update;
2727
- travis_retry composer config --global github-protocols https;
28-
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then travis_retry composer config http-basic.nova.laravel.com $NOVA_USERNAME $NOVA_PASSWORD; fi'
28+
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then travis_retry composer config http-basic.nova.laravel.com $NOVA_USERNAME $NOVA_PASSWORD; fi'
2929
- travis_retry composer install --no-interaction --prefer-source;
3030
- if php -v | grep -q 'Xdebug'; then phpenv config-rm xdebug.ini; fi
3131
- pecl install pcov

0 commit comments

Comments
 (0)