Skip to content

Commit 0c9ec2c

Browse files
authored
Merge branch 'develop' into fix/add-label-to-network
2 parents 2ea5519 + b487904 commit 0c9ec2c

File tree

4 files changed

+304
-275
lines changed

4 files changed

+304
-275
lines changed

ci/prepare.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,16 @@ cd easyengine
1515
rm -r features
1616
cp -R ../$TEST_COMMAND/features .
1717

18+
# Update repo branches
19+
if [[ "$TRAVIS_BRANCH" != "master" ]]; then
20+
sed -i 's/\(easyengine\/.*\):\ \".*\"/\1:\ \"dev-develop\"/' composer.json
21+
fi
22+
1823
# Install composer dependencies and update them for tests
1924
composer update
2025

2126
# Place the command inside EE repo
22-
rm -r vendor/easyengine/$TEST_COMMAND
27+
sudo rm -rf vendor/easyengine/$TEST_COMMAND
2328
cp -R ../$TEST_COMMAND vendor/easyengine/
2429

2530
# Create phar and test it

0 commit comments

Comments
 (0)