Commit 62110af4f75132527bc7cd203051f2725c9cb77d
1 parent
36222b6e
Exists in
master
and in
17 other branches
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,6 +33,9 @@ matrix: | ||
33 | services: | 33 | services: |
34 | - mongodb | 34 | - mongodb |
35 | - redis-server | 35 | - redis-server |
36 | + allow_failures: | ||
37 | + - gemfile: Gemfile | ||
38 | + env: ELASTICSEARCH_VERSION=7.0.0-alpha1 | ||
36 | notifications: | 39 | notifications: |
37 | email: | 40 | email: |
38 | on_success: never | 41 | on_success: never |