Skip to content

Commit

Permalink
migrate to go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
DoubleDi committed Mar 7, 2020
1 parent 88bcc17 commit 884b3cc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ notifications:
email: false
language: go
go:
- '1.9'
- '1.10'
- '1.11'
- '1.12'
- '1.13'
Expand All @@ -16,7 +14,6 @@ services:
before_install:
- travis_retry docker pull yandex/clickhouse-server:19.16.14.65
- make up_docker_server
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh

install:
- travis_retry go get -v github.com/mattn/goveralls/...
Expand Down
14 changes: 0 additions & 14 deletions Gopkg.toml

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SHELL := /bin/bash

init:
dep ensure -v
go mod vendor
go install ./vendor/...

up_docker_server: stop_docker_server
Expand Down

0 comments on commit 884b3cc

Please sign in to comment.