We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5b695b + 24b349c commit 0726e98Copy full SHA for 0726e98
4 files changed
.travis.yml
@@ -1,7 +1,6 @@
1
sudo: false
2
language: go
3
go:
4
- - 1.8.x
5
- 1.9.x
6
- 1.10.x
7
- 1.11.x
@@ -13,3 +12,4 @@ before_script:
13
12
script:
14
- go vet ./...
15
- golint ./..
+ - go test ./...
0 commit comments