mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-06 07:10:32 +00: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
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.3
|
- 1.3
|
||||||
|
- 1.4.2
|
||||||
- tip
|
- tip
|
||||||
script:
|
script:
|
||||||
- go test ./...
|
- go test ./...
|
||||||
|
|
Loading…
Add table
Reference in a new issue