Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Commit e2dd3d7

Browse files
author
Mateu Aguiló Bosch
committed
ci: overwrite the correct section
1 parent 3a7e29e commit e2dd3d7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ before_install:
4545
- source ./scripts/ci/travis/load_env.sh
4646

4747
install:
48-
- composer run-script start-contenta $PROJECT_BASE_PATH --timeout=0 &
49-
- until curl -s $WEB_HOST:$WEB_PORT; do sleep 1; done > /dev/null
48+
- composer run-script install-contenta $PROJECT_BASE_PATH --timeout=0
49+
- composer run-script ci:helper setup_anonymous_user "$PROJECT_BASE_PATH" --timeout=0
5050

5151
before_script:
5252
# Start Contenta Local Server
5353
- composer run-script start-contenta $PROJECT_BASE_PATH --timeout=0 &
54-
- sleep 8 # give web server some time to start
54+
- until curl -s $WEB_HOST:$WEB_PORT; do sleep 1; done > /dev/null
5555

5656
script:
5757
- composer run-script ci:helper run_functional_tests "$PROJECT_BASE_PATH" --timeout=0

0 commit comments

Comments
 (0)