Skip to content

Commit

Permalink
fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
rShetty committed Feb 4, 2019
1 parent cc340d4 commit cd98b9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: go

env:
- ETCD_VER=v3.3.0
- GO111MODULE=on
- ETCD_VER=v3.3.0 GO111MODULE=on
before_install:
- curl -L https://github.com/coreos/etcd/releases/download/${ETCD_VER}/etcd-${ETCD_VER}-linux-amd64.tar.gz -o /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
- mkdir -p /tmp/etcd
Expand Down

0 comments on commit cd98b9a

Please sign in to comment.