Skip to content

Commit

Permalink
turn on go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
rShetty committed Feb 4, 2019
1 parent 8fc93d5 commit cc340d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -2,6 +2,7 @@ language: go

env:
- 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 cc340d4

Please sign in to comment.