Drop testing of go1.1.2

since it's already a fairly diverged set of tests, and the fact that it passes
appears to be causing issues with overall CI build status, which is probably
some odd issue that surfaces because we're using `matrix.include`
This commit is contained in:
Dan Buch 2016-07-10 19:27:39 -04:00
parent 1efa31f08b
commit fa120b0c1d
No known key found for this signature in database
GPG Key ID: FAEF12936DD3E3EC

View File

@ -20,12 +20,6 @@ matrix:
include: include:
- go: 1.6.2 - go: 1.6.2
os: osx os: osx
- go: 1.1.2
install: go get -v .
before_script: echo skipping gfmxr on $TRAVIS_GO_VERSION
script:
- ./runtests vet
- ./runtests test
before_script: before_script:
- go get github.com/urfave/gfmxr/... - go get github.com/urfave/gfmxr/...