1
0
Fork 0
mirror of https://github.com/fluffle/goirc synced 2025-05-15 20:13:19 +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
go:
- 1.5
- 1.5.3
- 1.6
- 1.11
- 1.10.4
- 1.9.7
sudo : false