We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f71d6 commit fc806e9Copy full SHA for fc806e9
.travis.yml
@@ -35,7 +35,7 @@ install:
35
before_script:
36
- bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
37
- composer self-update
38
- - composer require phpunit/phpunit:$PHP_UNIT_VERSION
+ # - composer require phpunit/phpunit:$PHP_UNIT_VERSION
39
- composer install --no-interaction
40
- mkdir -p build/logs
41
- ls -al
@@ -48,5 +48,4 @@ after_success:
48
49
cache:
50
directories:
51
- - vendor
52
- $HOME/.composer/cache
0 commit comments