Skip to content

Commit 79cca89

Browse files
committed
test: removes 1.8 support and execute tests on CI.
1 parent 25f2fc8 commit 79cca89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
sudo: false
22
language: go
33
go:
4-
- 1.8.x
54
- 1.9.x
65
- 1.10.x
76
- 1.11.x
@@ -13,3 +12,4 @@ before_script:
1312
script:
1413
- go vet ./...
1514
- golint ./..
15+
- go test ./...

0 commit comments

Comments
 (0)