Skip to content

Commit 150783d

Browse files
committed
.travis.yml updated
1 parent 3823d5d commit 150783d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ branches:
1212
only:
1313
- develop
1414
- release-v0.1.0
15+
- release-v0.1.1
1516

1617
cache:
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.

0 commit comments

Comments
 (0)