Skip to content

Commit 192517e

Browse files
authored
Update .travis.yml
1 parent f6dae59 commit 192517e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ before_script:
4444
- cp phpunit.xml.dist phpunit.xml
4545

4646
script:
47-
- if [[ $DEFAULT = 1 ]]; then vendor/bin/phpunit; fi
47+
- if [[ $DEFAULT == 1 ]]; then vendor/bin/phpunit; fi
4848

49-
- if [[ $PHPCS = 1 ]]; then composer cs-check; fi
49+
- if [[ $PHPCS == 1 ]]; then composer cs-check; fi
5050

5151
- if [[ $CODECOVERAGE == 1 ]]; then vendor/bin/phpunit --coverage-clover=clover.xml || true; fi
5252
- if [[ $CODECOVERAGE == 1 ]]; then wget -O codecov.sh https://codecov.io/bash; fi

0 commit comments

Comments
 (0)