Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Petrov committed Apr 15, 2019
1 parent b3efa66 commit 1be089e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
language: go

go:
- 1.10.x
- 1.11.x
matrix:
include:
- go: 1.10.x
install:
- go get github.com/pkg/errors
- go get github.com/stretchr/testify/assert
- go get github.com/stretchr/testify/require
- go: 1.11.x

env:
- GO111MODULE=on

script:
- go test ./...

install:
- go get github.com/pkg/errors
- go get github.com/stretchr/testify/assert
- go get github.com/stretchr/testify/require

0 comments on commit 1be089e

Please sign in to comment.