1
0
mirror of https://github.com/danog/blackfriday.git synced 2024-11-26 20:14:43 +01:00

Add Go 1.5 to Travis config

This commit is contained in:
Vytautas Šaltenis 2015-10-17 21:11:06 +03:00
parent 8cec3a854e
commit fbdd06145d

View File

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