Customize install step for go1.1.2
This commit is contained in:
parent
00bd2a95b2
commit
9132ebec9e
@ -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/...
|
||||
|
Loading…
Reference in New Issue
Block a user