1
0
Fork 0
mirror of https://github.com/fluffle/goirc synced 2025-06-06 23:03:21 +00:00

Update travis.yml with recent Go versions.

This commit is contained in:
Alex Bramley 2018-09-06 22:12:22 +01:00
parent fc1dfa1ceb
commit 5d183f21c3

View file

@ -2,9 +2,9 @@
language: go language: go
go: go:
- 1.5 - 1.11
- 1.5.3 - 1.10.4
- 1.6 - 1.9.7
sudo : false sudo : false