Skip to content

Commit c36adca

Browse files
committed
Update travis to supported Go versions
Remove unsupported/old Golang versions from Travis run. Signed-off-by: Phil Estes <estesp@vnet.linux.ibm.com>
1 parent c95946f commit c36adca

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ go_import_path: github.com/vbatts/git-validation
44

55
go:
66
- "tip"
7-
- "1.x"
8-
- "1.11.x"
9-
- "1.10.x"
10-
- "1.9.x"
7+
- "1.13.x"
118

129
env:
1310

@@ -27,10 +24,8 @@ before_script:
2724

2825
before_install:
2926
- go get ./...
30-
- if [[ "$(go version |awk '{ print $3 }')" =~ ^go1\.11\. ]] ; then go get -u golang.org/x/lint/golint ; fi
3127

3228
script:
33-
- if [[ "$(go version |awk '{ print $3 }')" =~ ^go1\.11\. ]] ; then golint -set_exit_status ./... ; fi
3429
- go vet -x ./...
3530
- go build .
3631
- go test -v ./...

0 commit comments

Comments
 (0)