Skip to content

Commit

Permalink
- Update .travis.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro JNM <alejandrojnm@gmail.com>
  • Loading branch information
alejandrojnm committed Jan 24, 2020
1 parent 237f68b commit 4382fc4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ language: go
go:
- "1.13.x"

before_script:
- go get github.com/civo/civogo

install:
# This script is used by the Travis build to install a cookie for
# go.googlesource.com so rate limits are higher when using `go get` to fetch
Expand All @@ -25,5 +28,6 @@ matrix:
fast_finish: true
allow_failures:
- go: tip
env:
- GOFLAGS=-mod=vendor GO111MODULE=on

# env:
# - GOFLAGS=-mod=vendor GO111MODULE=on

0 comments on commit 4382fc4

Please sign in to comment.