Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sklevenz authored May 20, 2019
1 parent b445cdc commit 6a71a4b
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
dist: xenial
language: go
env:
- GO111MODULE=on
- GOFLAGS='-mod vendor'

go:
- "1.x"
- master
- 1.12.x

git:
depth: 1

# Skip the install step. Don't `go get` dependencies. Only build with the code
# in vendor/
install: true

script:
- go test -v ./... # Run all the tests

0 comments on commit 6a71a4b

Please sign in to comment.