Skip to content

Commit

Permalink
Add more debuggability to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
suyograo committed Nov 17, 2016
1 parent 12cfa69 commit c4d03e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions qa/integration/services/elasticsearch_setup.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -e
set -ex
current_dir="$(dirname "$0")"

source "$current_dir/helpers.sh"
Expand All @@ -8,7 +8,7 @@ if [ -n "${ES_VERSION+1}" ]; then
echo "Elasticsearch version is $ES_VERSION"
version=$ES_VERSION
else
version=5.0.0-beta1
version=5.0.1
fi

ES_HOME=$INSTALL_DIR/elasticsearch
Expand Down
2 changes: 1 addition & 1 deletion qa/integration/services/filebeat_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [ -n "${FILEBEAT_VERSION}" ]; then
echo "Filebeat version is $FILEBEAT_VERSION"
version=$FILEBEAT_VERSION
else
version=5.0.0-beta1
version=5.0.1
fi

FB_HOME=$INSTALL_DIR/filebeat
Expand Down

0 comments on commit c4d03e3

Please sign in to comment.