1
0
mirror of https://github.com/danog/blackfriday.git synced 2025-01-22 13:21:36 +01:00

Add Go 1.4 to Travis config

This commit is contained in:
Vytautas Šaltenis 2015-04-11 18:07:21 +03:00
parent a2702e7449
commit 17bb7999de

View File

@ -7,6 +7,7 @@ language: go
go:
- 1.2
- 1.3
- 1.4
install:
- go get -d -t -v ./...