mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Add Go 1.4.2 to Travis config
Go tip is at 1.5 now; make sure we also test with the latest release version.
This commit is contained in:
parent
4c850b6921
commit
bef34597f4
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.3
|
||||
- 1.4.2
|
||||
- tip
|
||||
script:
|
||||
- go test ./...
|
||||
|
|
Loading…
Reference in a new issue