1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Merge pull request #635 from indradhanush/feature/add-support-go-1.13

travis: Add builds for go 1.13.x
This commit is contained in:
Chris Cummer 2019-09-15 15:44:39 -07:00 committed by GitHub
commit d76db44b72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@ language: go
go: go:
- "1.11.x" - "1.11.x"
- "1.12.x" - "1.12.x"
- "1.13.x"
sudo: false sudo: false
before_install: before_install:
# Make sure travis builds work for forks # Make sure travis builds work for forks