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

Bump Go versions and use '.x' to always get latest minor versions

This commit is contained in:
Harald Nordgren 2018-10-28 13:18:07 +01:00
parent e3734520a2
commit 1f9e0b6762

View File

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