Customize install step for go1.1.2
This commit is contained in:
parent
00bd2a95b2
commit
9132ebec9e
@ -3,7 +3,6 @@ language: go
|
|||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.1.2
|
|
||||||
- 1.2.2
|
- 1.2.2
|
||||||
- 1.3.3
|
- 1.3.3
|
||||||
- 1.4
|
- 1.4
|
||||||
@ -14,6 +13,9 @@ go:
|
|||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- go: master
|
- go: master
|
||||||
|
include:
|
||||||
|
- go: 1.1.2
|
||||||
|
install: go get -v .
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- go get github.com/meatballhat/gfmxr/...
|
- go get github.com/meatballhat/gfmxr/...
|
||||||
|
Loading…
Reference in New Issue
Block a user