Skipping gfmxr on go1.1, too

This commit is contained in:
Dan Buch
2016-05-21 08:49:43 -04:00
parent 9132ebec9e
commit 71b858d796

View File

@@ -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/...