Skip to content

Commit 6987856

Browse files
committed
[CI] Set QUIET=y to prevent Travis failing the build
Because of the Hashie::Mash warnings flooding the logs, the log exceeds the Travis limit and it fails the build.
1 parent 451786b commit 6987856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ matrix:
2828

2929
- rvm: 2.3.3
3030
jdk: oraclejdk8
31-
env: TEST_SUITE=integration SERVER=start TEST_CLUSTER_LOGS=/tmp/log TEST_CLUSTER_COMMAND=/tmp/elasticsearch-5.2.0/bin/elasticsearch
31+
env: TEST_SUITE=integration QUIET=y SERVER=start TEST_CLUSTER_LOGS=/tmp/log TEST_CLUSTER_COMMAND=/tmp/elasticsearch-5.2.0/bin/elasticsearch
3232

3333
before_install:
3434
- gem update --system --no-rdoc --no-ri

0 commit comments

Comments
 (0)