Kitura / Kitura-redis

Swift Redis library
Apache License 2.0
95 stars 26 forks source link

Enable testing under Ubuntu 18.04 #71

Closed djones6 closed 5 years ago

djones6 commented 5 years ago

Description

I figured out why redis-server was not working when testing on Ubuntu 18.04 under Docker (see https://github.com/IBM-Swift/Kitura-CI/pull/2). Once that PR is merged, we can test on 18.04 for this repo and also Kitura-Session-Redis (for which I'll raise a separate PR).

Motivation and Context

All our repos should be testing on both Ubuntu 16.04 and 18.04. We were unable to turn this on for the Redis repos as CI failed, so they had been commented out.

How Has This Been Tested?

Passing job using fixed branch of Kitura-CI: https://travis-ci.org/IBM-Swift/Kitura-redis/builds/507957993

Checklist: