Commit c9a82022ec88f700c9a5e08a59cdd815e4465531

Authored by Andrew Kane
1 parent 50f4da2a

Upgraded Travis to Bionic

Showing 1 changed file with 5 additions and 3 deletions   Show diff stats
.travis.yml
1   -dist: xenial
  1 +dist: bionic
2 2 language: ruby
3   -rvm: 2.6.3
  3 +rvm: 2.6
4 4 gemfile:
5 5 - Gemfile
6 6 services:
7 7 - postgresql
8 8 - redis-server
  9 +addons:
  10 + postgresql: 10
9 11 script: bundle exec rake test
10 12 before_install:
11 13 - createdb searchkick_test || true
... ... @@ -14,7 +16,7 @@ cache:
14 16 directories:
15 17 - $HOME/elasticsearch
16 18 env:
17   - - ELASTICSEARCH_VERSION=7.4.2
  19 + - ELASTICSEARCH_VERSION=7.5.0
18 20 jdk: openjdk10
19 21 matrix:
20 22 include:
... ...