Skip to content

Commit fc806e9

Browse files
committed
no message
1 parent 32f71d6 commit fc806e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ install:
3535
before_script:
3636
- bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
3737
- composer self-update
38-
- composer require phpunit/phpunit:$PHP_UNIT_VERSION
38+
# - composer require phpunit/phpunit:$PHP_UNIT_VERSION
3939
- composer install --no-interaction
4040
- mkdir -p build/logs
4141
- ls -al
@@ -48,5 +48,4 @@ after_success:
4848

4949
cache:
5050
directories:
51-
- vendor
5251
- $HOME/.composer/cache

0 commit comments

Comments
 (0)