Commit c1705c8ee116188850cc79e4da74a360d221d60f

Authored by Andrew
1 parent 31f846a0

Updated ES on Travis

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
.travis.yml
... ... @@ -21,13 +21,13 @@ gemfile:
21 21 - test/gemfiles/mongoid5.gemfile
22 22 - test/gemfiles/mongoid6.gemfile
23 23 env:
24   - - ELASTICSEARCH_VERSION=6.3.0
  24 + - ELASTICSEARCH_VERSION=6.3.1
25 25 jdk: oraclejdk8
26 26 matrix:
27 27 include:
28 28 - gemfile: Gemfile
29 29 env: ELASTICSEARCH_VERSION=5.0.1
30 30 - gemfile: Gemfile
31   - env: ELASTICSEARCH_VERSION=5.6.7
  31 + env: ELASTICSEARCH_VERSION=5.6.10
32 32 - gemfile: Gemfile
33 33 env: ELASTICSEARCH_VERSION=6.0.0
... ...