Customize install step for go1.1.2

This commit is contained in:
Dan Buch 2016-05-21 08:46:18 -04:00
parent 00bd2a95b2
commit 9132ebec9e
No known key found for this signature in database
GPG Key ID: FAEF12936DD3E3EC

View File

@ -3,7 +3,6 @@ language: go
sudo: false
go:
- 1.1.2
- 1.2.2
- 1.3.3
- 1.4
@ -14,6 +13,9 @@ go:
matrix:
allow_failures:
- go: master
include:
- go: 1.1.2
install: go get -v .
before_script:
- go get github.com/meatballhat/gfmxr/...