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

Commit ce004fa

Browse files
author
Mateu Aguiló Bosch
committed
debug: do not supress output start
1 parent 176b2cb commit ce004fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

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

4949
before_script:
5050
# Start Contenta Local Server
51-
- composer run-script start-contenta $PROJECT_BASE_PATH --timeout=0 &> /dev/null &
51+
- composer run-script start-contenta $PROJECT_BASE_PATH --timeout=0 &
5252
- sleep 8 # give web server some time to start
5353

5454
script:

0 commit comments

Comments
 (0)