Commit 36e96d79f2cf841cb0798fbbf1d42b3d3b48e49d
1 parent
62110af4
Exists in
master
and in
17 other branches
Test ES 7 on Travis, take 2
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
.travis.yml
@@ -33,6 +33,8 @@ matrix: | @@ -33,6 +33,8 @@ matrix: | ||
33 | services: | 33 | services: |
34 | - mongodb | 34 | - mongodb |
35 | - redis-server | 35 | - redis-server |
36 | + - gemfile: Gemfile | ||
37 | + env: ELASTICSEARCH_VERSION=7.0.0-alpha1 | ||
36 | allow_failures: | 38 | allow_failures: |
37 | - gemfile: Gemfile | 39 | - gemfile: Gemfile |
38 | env: ELASTICSEARCH_VERSION=7.0.0-alpha1 | 40 | env: ELASTICSEARCH_VERSION=7.0.0-alpha1 |