We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 959a76c commit f85c739Copy full SHA for f85c739
.travis.yml
@@ -39,7 +39,7 @@ jobs:
39
if: (branch = master and type = push ) OR commit_message =~ /ship:docker/ OR env(SHIP_DOCKER) = true
40
41
before_install:
42
- - gem update --silent --system 3.3.26
+ - gem update --system 3.3.26 > /dev/null 2>&1
43
44
before_script:
45
- eval "$(script/handle-docker-config)"
Dockerfile
@@ -25,7 +25,7 @@ LABEL maintainer Travis CI GmbH <[email protected]
25
ENV TRAVIS_BUILD_DUMP_BACKTRACE true
26
ENV PORT 4000
27
28
-RUN gem update --silent --system 3.3.26
+RUN gem update --system 3.3.26 > /dev/null 2>&1
29
30
WORKDIR /app
31
0 commit comments