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

Commit 16d348a

Browse files
author
Mateu Aguiló Bosch
committed
ci: start server for testing
1 parent e6e9d79 commit 16d348a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ install:
4848

4949
before_script:
5050
# Start Contenta Local Server
51-
- sleep 8 # give web server some time to start
51+
- composer run-script start-contenta $PROJECT_BASE_PATH --timeout=0 &> /dev/null &
52+
- until curl -s http://127.0.0.1:8888; do true; done > /dev/null
5253

5354
script:
5455
- composer run-script ci:helper run_functional_tests "$PROJECT_BASE_PATH" --timeout=0

0 commit comments

Comments
 (0)