Customize install step for go1.1.2

main
Dan Buch 8 years ago
parent 00bd2a95b2
commit 9132ebec9e
No known key found for this signature in database
GPG Key ID: FAEF12936DD3E3EC

@ -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…
Cancel
Save