Skipping gfmxr on go1.1, too

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

@ -16,6 +16,10 @@ matrix:
include:
- go: 1.1.2
install: go get -v .
before_script: echo skipping gfmxr on $TRAVIS_GO_VERSION
script:
- ./runtests vet
- ./runtests test
before_script:
- go get github.com/meatballhat/gfmxr/...

Loading…
Cancel
Save