Skip to content

Commit

Permalink
Test against RediSearch 1.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
npezza93 committed Aug 21, 2019
1 parent d49bd95 commit c15f05c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Expand Up @@ -18,6 +18,13 @@ jobs:
rvm: 2.6
gemfile: Gemfile
name: RediSearch 1.6.1
- stage: Integration Tests
script: |
docker run -d -p 6379:6379 redislabs/redisearch:1.4.14 --protected-mode no --loadmodule /usr/lib/redis/modules/redisearch.so
bundle exec rake test:integration
rvm: 2.6
gemfile: Gemfile
name: RediSearch 1.4.14
- stage: Integration Tests
script: |
docker run -d -p 6379:6379 redislabs/redisearch:1.4.13 --protected-mode no --loadmodule /usr/lib/redis/modules/redisearch.so
Expand All @@ -39,13 +46,6 @@ jobs:
rvm: 2.6
gemfile: Gemfile
name: RediSearch 1.4.11
- stage: Integration Tests
script: |
docker run -d -p 6379:6379 redislabs/redisearch:1.4.10 --protected-mode no --loadmodule /usr/lib/redis/modules/redisearch.so
bundle exec rake test:integration
rvm: 2.6
gemfile: Gemfile
name: RediSearch 1.4.10
- stage: Unit Tests
script: bundle exec rake test:unit
rvm: ruby-head
Expand Down

0 comments on commit c15f05c

Please sign in to comment.