Skip to content

Commit

Permalink
add some etcd versions to test comability
Browse files Browse the repository at this point in the history
  • Loading branch information
Revolution1 authored Dec 20, 2018
1 parent 04253c6 commit ba91ce4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@ services:

env:
matrix:
- ETCD_VER=v3.3
- ETCD_VER=v3.2.20
- ETCD_VER=v3.3.0
- ETCD_VER=v3.3.4
- ETCD_VER=v3.3.7
- ETCD_VER=v3.3.9
- ETCD_VER=v3.3.10


before_install:
- docker pull quay.io/coreos/etcd:$ETCD_VER
Expand Down

0 comments on commit ba91ce4

Please sign in to comment.