Skip to content

Commit 0290635

Browse files
committed
Downgrade PHPUnit from packages sub-tests
split: 20553d4900e0368628f3dbc07735b536ca3b65ff
1 parent 4a0c027 commit 0290635

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ matrix:
1414

1515
install:
1616
- composer self-update
17-
- if [[ "$STYLECHECK" != "on" ]]; then composer require phpunit/phpunit phug/split --no-update; fi;
17+
- if [[ "$STYLECHECK" != "on" ]]; then composer require phpunit/phpunit:^7 phug/split --no-update; fi;
1818
- if [[ "$STYLECHECK" = "on" ]]; then composer require squizlabs/php_codesniffer --no-update; fi;
1919
- composer install
2020
- |

0 commit comments

Comments
 (0)