Skip to content

Commit f85c739

Browse files
author
vitalie
committed
Silent “gem update --system”
1 parent 959a76c commit f85c739

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if: (branch = master and type = push ) OR commit_message =~ /ship:docker/ OR env(SHIP_DOCKER) = true
4040

4141
before_install:
42-
- gem update --silent --system 3.3.26
42+
- gem update --system 3.3.26 > /dev/null 2>&1
4343

4444
before_script:
4545
- eval "$(script/handle-docker-config)"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ LABEL maintainer Travis CI GmbH <[email protected]
2525
ENV TRAVIS_BUILD_DUMP_BACKTRACE true
2626
ENV PORT 4000
2727

28-
RUN gem update --silent --system 3.3.26
28+
RUN gem update --system 3.3.26 > /dev/null 2>&1
2929

3030
WORKDIR /app
3131

0 commit comments

Comments
 (0)