Commit 62110af4f75132527bc7cd203051f2725c9cb77d

Authored by Andrew Kane
1 parent 36222b6e

Test ES 7 on Travis

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
.travis.yml
... ... @@ -33,6 +33,9 @@ matrix:
33 33 services:
34 34 - mongodb
35 35 - redis-server
  36 + allow_failures:
  37 + - gemfile: Gemfile
  38 + env: ELASTICSEARCH_VERSION=7.0.0-alpha1
36 39 notifications:
37 40 email:
38 41 on_success: never
... ...