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

Merge pull request #336 from HaraldNordgren/go_versions

Bump Go versions and use '.x' to always get latest minor versions
This commit is contained in:
Chris Cummer 2018-10-28 22:27:45 -07:00 committed by GitHub
commit 3a63001f73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
language: go
go:
- "1.10"
- "1.11"
- "1.10.x"
- "1.11.x"
sudo: false
before_install:
# Make sure travis builds work for forks