Skip to content

Commit 1be089e

Browse files
author
Vadim Petrov
committed
Update .travis.yml
1 parent b3efa66 commit 1be089e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
language: go
22

3-
go:
4-
- 1.10.x
5-
- 1.11.x
3+
matrix:
4+
include:
5+
- go: 1.10.x
6+
install:
7+
- go get github.com/pkg/errors
8+
- go get github.com/stretchr/testify/assert
9+
- go get github.com/stretchr/testify/require
10+
- go: 1.11.x
611

712
env:
813
- GO111MODULE=on
914

1015
script:
1116
- go test ./...
12-
13-
install:
14-
- go get github.com/pkg/errors
15-
- go get github.com/stretchr/testify/assert
16-
- go get github.com/stretchr/testify/require

0 commit comments

Comments
 (0)