Skip to content

Commit

Permalink
Merge pull request sirupsen#927 from ceh-forks/ci-go-1-12
Browse files Browse the repository at this point in the history
Test with Go 1.12
  • Loading branch information
dgsb authored Mar 27, 2019
2 parents dae0fa8 + c076594 commit 1115b87
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,21 @@ matrix:
- go get golang.org/x/sys/windows
script:
- go test -race -v ./...
- go: 1.12.x
env: GO111MODULE=on
install:
- go mod download
script:
- go test -race -v ./...
- go: 1.12.x
env: GO111MODULE=off
install:
- go get github.com/stretchr/testify/assert
- go get golang.org/x/crypto/ssh/terminal
- go get golang.org/x/sys/unix
- go get golang.org/x/sys/windows
script:
- go test -race -v ./...
- go: 1.10.x
install:
- go get github.com/stretchr/testify/assert
Expand All @@ -50,3 +65,18 @@ matrix:
- go get golang.org/x/sys/windows
script:
- go test -race -v -tags appengine ./...
- go: 1.12.x
env: GO111MODULE=on
install:
- go mod download
script:
- go test -race -v -tags appengine ./...
- go: 1.12.x
env: GO111MODULE=off
install:
- go get github.com/stretchr/testify/assert
- go get golang.org/x/crypto/ssh/terminal
- go get golang.org/x/sys/unix
- go get golang.org/x/sys/windows
script:
- go test -race -v -tags appengine ./...

0 comments on commit 1115b87

Please sign in to comment.