Skip to content

Commit 900c5fc

Browse files
committed
Update sub-command packages and test running
Signed-off-by: Riddhesh Sanghvi <[email protected]>
1 parent f499482 commit 900c5fc

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ install:
2828
if [[ "$TRAVIS_BRANCH" = "master" ]]; then
2929
composer install --no-interaction
3030
else
31-
composer install --no-interaction
31+
composer update
3232
fi
3333
- sudo ./ci/test-env-install.sh
3434

ci/test-commands.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/bash
2-
set -ex
32
# called by Travis CI
43

54
#repos=$(find vendor/easyengine -type d -name 'features')
@@ -12,10 +11,10 @@ sub_commands=(
1211
for command in "${sub_commands[@]}"; do
1312
IFS='/' read -r -a array <<< "$command"
1413
rm -rf features/*
15-
rsync -avP --delete $command/ features/
14+
rsync -av --delete $command/ features/ > /dev/null
1615
for file in features/*.feature; do mv "$file" "${file%.feature}_${array[2]}.feature"; done
1716
composer du
1817
echo "Running tests for $command"
1918
export COMPOSE_INTERACTIVE_NO_CLI=1
2019
sudo ./vendor/bin/behat
21-
done
20+
done

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"easyengine/cron-command": "v1.0.2",
3434
"easyengine/log-command": "v1.0.1",
3535
"easyengine/mailhog-command": "v1.0.2",
36-
"easyengine/site-command": "v2.3.1",
36+
"easyengine/site-command": "v2.3.2",
3737
"easyengine/site-type-wp": "v1.0.10",
3838
"easyengine/site-type-php": "v1.0.10",
3939
"easyengine/service-command": "v1.0.9",

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)