1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

Bump Go versions in Travis config

This commit is contained in:
Bjørn Erik Pedersen
2017-10-05 18:49:58 +02:00
parent a6ed645a34
commit 856fc445da

View File

@ -2,8 +2,8 @@ language: go
sudo: required
dist: precise
go:
- 1.8.3
- 1.9
- 1.8.4
- 1.9.1
- tip
os:
- linux