File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ branches:
1212 only :
1313 - develop
1414 - release-v0.1.0
15+ - release-v0.1.1
1516
1617cache :
1718 apt : true
@@ -55,13 +56,13 @@ before_script:
5556 if [ ! -z "$WP_VERSION" ]; then
5657 # Install and config Codeception
5758 cp .env.dist .env
58- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install-wp-tests
59+ composer install-wp-tests
60+ COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --prefer-source --no-interaction
5961 if [ "$COVERAGE" == "1" ]; then
6062 # Install Coveralls
6163 mkdir -p build/logs
6264 COMPOSER_MEMORY_LIMIT=-1 travis_retry composer require php-coveralls/php-coveralls
6365 fi
64- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --prefer-source --no-interaction
6566 ls -al
6667 fi
6768 # Install PHP CodeSniffer and WPCS.
You can’t perform that action at this time.
0 commit comments