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

Commit 242e7c9

Browse files
author
Mateu Aguiló Bosch
committed
fix: do not supress output
1 parent f969549 commit 242e7c9

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
@@ -45,7 +45,7 @@ before_install:
4545
- source ./scripts/ci/travis/load_env.sh
4646

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

5151
before_script:

0 commit comments

Comments
 (0)