Skip to content

Commit

Permalink
Merge pull request #5 from Nitro/mihaitodor/small-updates
Browse files Browse the repository at this point in the history
Switch to go mod and update some dependencies
  • Loading branch information
mihaitodor authored Apr 7, 2019
2 parents 6f79e0c + 41466ca commit 3bc0652
Show file tree
Hide file tree
Showing 4,971 changed files with 118,089 additions and 796,978 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
language: go
go:
- 1.8.x
- 1.12.x

sudo: required

services:
- docker

install:
- go get github.com/golang/dep/cmd/dep && dep ensure
env:
- GO111MODULE=on GOFLAGS=-mod=vendor

# Prevent Travis from running the `travis_install_go_dependencies`
# script, so we use only the dependencies from the `vendor` folder.
install: true

script:
- go test -v ./... && (CGO_ENABLED=0 GOOS=linux go build -ldflags '-d')
Expand Down
Loading

0 comments on commit 3bc0652

Please sign in to comment.