Skip to content

Commit c9cff49

Browse files
committed
[CI] Added, that Elasticsearch version is printed in before_script
1 parent 88bb6e8 commit c9cff49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ before_install:
2727

2828
before_script:
2929
- ls -la /usr/share/elasticsearch/bin/elasticsearch
30-
- echo $PWD
30+
- elasticsearch -v
3131
- rake bundle:clean
3232
- rake bundle:install
3333

0 commit comments

Comments
 (0)